Fix backwards-compatible Qt6 warnings

This commit is contained in:
Johannes Wüller
2024-05-06 15:27:06 +02:00
committed by Chris Hennes
parent c12e1f8bc2
commit 0e24e121eb
22 changed files with 44 additions and 43 deletions

View File

@@ -446,7 +446,7 @@ void StartupPostProcess::showMainWindow()
// stop splash screen and set immediately the active window that may be of interest
// for scripts using Python binding for Qt
mainWindow->stopSplasher();
qtApp->setActiveWindow(mainWindow);
mainWindow->activateWindow();
}
void StartupPostProcess::activateWorkbench()