forked from qt-creator/qt-creator
Do not temporary show the welcome mode when passing a session as argument
Reviewed-by: con
This commit is contained in:
@@ -348,8 +348,9 @@ void MainWindow::extensionsInitialized()
|
||||
m_actionManager->initialize();
|
||||
readSettings();
|
||||
updateContext();
|
||||
show();
|
||||
|
||||
emit m_coreImpl->coreAboutToOpen();
|
||||
show();
|
||||
emit m_coreImpl->coreOpened();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user