mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Fix optionsdlg position
This commit is contained in:
parent
46abe42a54
commit
933f9f1451
4 changed files with 5 additions and 41 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue