Fix dialogs didn't position on the correct screen which qBittorrent window is on. Closes #1690, #2474, #3538.

This commit is contained in:
Chocobo1 2015-09-25 12:52:39 +08:00
parent 67f44e03a2
commit 7eaa5987c8
2 changed files with 8 additions and 14 deletions

View file

@ -102,7 +102,7 @@ namespace Utils
void openPath(const QString& absolutePath);
void openFolderSelect(const QString& absolutePath);
QPoint screenCenter(QWidget *win);
QPoint screenCenter(const QWidget *w);
QSize smallIconSize();
QSize largeIconSize();
#endif