Lambda cleanup

Change-Id: Ia7f1d530e01d4ae3990713e23d672249d9489561
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Orgad Shaneh
2014-06-25 09:29:33 +03:00
committed by Orgad Shaneh
parent 8da0742ae2
commit 7fbd4b7c6a
5 changed files with 20 additions and 20 deletions

View File

@@ -178,7 +178,7 @@ public:
VariableManager::registerFileVariables(PrefixDebugExecutable,
tr("Debugged executable"),
[&]() { return this->m_startParameters.executable; });
[this]() { return m_startParameters.executable; });
}
public slots: