forked from qt-creator/qt-creator
ProjectExplorer: Fix compile with gcc 4.7.3
Introduced with e6a98f368e.
Change-Id: Ia8b67cc27e5a1b10f88cdc8e690270ebe1c72a55
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -559,7 +559,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
|
||||
addAutoReleasedObject(new ConfigTaskHandler(Task::compilerMissingTask(),
|
||||
Constants::KITS_SETTINGS_PAGE_ID));
|
||||
|
||||
ICore::addPreCloseListener([]() -> bool { return coreAboutToClose(); });
|
||||
ICore::addPreCloseListener([this]() -> bool { return coreAboutToClose(); });
|
||||
|
||||
dd->m_outputPane = new AppOutputPane;
|
||||
addAutoReleasedObject(dd->m_outputPane);
|
||||
|
||||
Reference in New Issue
Block a user