mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Move helper functions to Utils::Gui namespace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user