forked from qt-creator/qt-creator
AutoTools: Simplify projectNode
Change-Id: I15c42a16b076cdb8ae78d54a665a4b7746a994e4 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -76,7 +76,7 @@ AutotoolsProject::AutotoolsProject(AutotoolsManager *manager, const QString &fil
|
||||
m_fileName(fileName),
|
||||
m_files(),
|
||||
m_file(new AutotoolsProjectFile(this, m_fileName)),
|
||||
m_rootNode(new AutotoolsProjectNode(this, m_file)),
|
||||
m_rootNode(new AutotoolsProjectNode(m_file->filePath())),
|
||||
m_fileWatcher(new Utils::FileSystemWatcher(this)),
|
||||
m_watchedFiles(),
|
||||
m_makefileParserThread(0)
|
||||
|
||||
Reference in New Issue
Block a user