mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix dialogs didn't position on the correct screen which qBittorrent window is on. Closes #1690, #2474, #3538.
This commit is contained in:
parent
67f44e03a2
commit
7eaa5987c8
2 changed files with 8 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue