forked from qt-creator/qt-creator
ProjectExplorer: Fix recent regression with an old-style SLOT
Requiring Qt 5.4 would be nice... Change-Id: Iae2ef187bc4c6a30137448ad60109ed44b130fb4 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -1885,7 +1885,7 @@ void ProjectExplorerPluginPrivate::restoreSession()
|
||||
connect(dd->m_welcomePage, &ProjectWelcomePage::requestProject,
|
||||
m_instance, &ProjectExplorerPlugin::openProjectWelcomePage);
|
||||
dd->m_arguments = arguments;
|
||||
QTimer::singleShot(0, this, SLOT(restoreSession2()));
|
||||
QTimer::singleShot(0, m_instance, SLOT(restoreSession2()));
|
||||
updateActions();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user