mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Move helper functions to Utils::Gui namespace
This commit is contained in:
parent
0f1fc7be9d
commit
adbd34c795
21 changed files with 187 additions and 190 deletions
|
@ -1130,7 +1130,7 @@ void MainWindow::showEvent(QShowEvent *e)
|
|||
|
||||
// Make sure the window is initially centered
|
||||
if (!m_posInitialized) {
|
||||
move(Utils::Misc::screenCenter(this));
|
||||
move(Utils::Gui::screenCenter(this));
|
||||
m_posInitialized = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue