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:
Christian Stenger
2015-11-05 06:51:59 +01:00
parent e6a98f368e
commit db64434b40

View File

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