forked from qt-creator/qt-creator
Valgrind: Random cleanups
Remove unneeded function arguments, Qt 5 connects etc. Change-Id: I95faf80e7b5ccc574e2457b841f7913bc2aa05d3 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -307,7 +307,7 @@ static Core::Id toolchainType(ProjectExplorer::RunConfiguration *runConfiguratio
|
||||
bool ClangStaticAnalyzerRunControl::startEngine()
|
||||
{
|
||||
m_success = false;
|
||||
emit starting(this);
|
||||
emit starting();
|
||||
|
||||
QTC_ASSERT(m_projectInfo.isValid(), emit finished(); return false);
|
||||
const Utils::FileName projectFile = m_projectInfo.project()->projectFilePath();
|
||||
|
||||
Reference in New Issue
Block a user