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:
hjk
2015-02-24 17:28:29 +01:00
parent d156103d8d
commit 6696bf1374

View File

@@ -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();
}