forked from qt-creator/qt-creator
AutotoolsProjectManager: Modernize
modernize-use-nullptr modernize-use-override modernize-use-auto Change-Id: I7abab567a6dab1bde93c520aa8746380ae24fda8 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -127,7 +127,7 @@ void AutotoolsProject::loadProjectTree()
|
||||
this, &AutotoolsProject::makefileParsingFinished);
|
||||
m_makefileParserThread->wait();
|
||||
delete m_makefileParserThread;
|
||||
m_makefileParserThread = 0;
|
||||
m_makefileParserThread = nullptr;
|
||||
}
|
||||
|
||||
// Parse the makefile asynchronously in a thread
|
||||
|
Reference in New Issue
Block a user