forked from qt-creator/qt-creator
Autotools: Modernize
* Use pragma once * Make sure overrides are everywhere * Clean up code here and there * Remove useless code from initializer lists Change-Id: I9c285a803ea36cb32d14b3335757fd4b57f27d02 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -69,8 +69,7 @@ using namespace AutotoolsProjectManager::Internal;
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
AutotoolsProject::AutotoolsProject(AutotoolsManager *manager, const QString &fileName) :
|
||||
m_fileWatcher(new Utils::FileSystemWatcher(this)),
|
||||
m_makefileParserThread(0)
|
||||
m_fileWatcher(new Utils::FileSystemWatcher(this))
|
||||
{
|
||||
setId(Constants::AUTOTOOLS_PROJECT_ID);
|
||||
setProjectManager(manager);
|
||||
|
Reference in New Issue
Block a user