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:
Alessandro Portale
2018-11-04 09:50:14 +01:00
parent 24bcce4aa6
commit adf5305af6
8 changed files with 18 additions and 18 deletions

View File

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