mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Fix optionsdlg position
This commit is contained in:
@@ -1139,16 +1139,6 @@ void Preferences::setPrefSize(const QSize &size)
|
||||
}
|
||||
#endif
|
||||
|
||||
QPoint Preferences::getPrefPos() const
|
||||
{
|
||||
return value("Preferences/State/pos").toPoint();
|
||||
}
|
||||
|
||||
void Preferences::setPrefPos(const QPoint &pos)
|
||||
{
|
||||
setValue("Preferences/State/pos", pos);
|
||||
}
|
||||
|
||||
QStringList Preferences::getPrefHSplitterSizes() const
|
||||
{
|
||||
return value("Preferences/State/hSplitterSizes").toStringList();
|
||||
|
||||
Reference in New Issue
Block a user