AutoTools: Simplify projectNode

Change-Id: I15c42a16b076cdb8ae78d54a665a4b7746a994e4
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-10-29 17:01:48 +01:00
parent 661f436e71
commit 2ff1fe69a8
3 changed files with 5 additions and 16 deletions

View File

@@ -39,12 +39,9 @@ using namespace AutotoolsProjectManager;
using namespace AutotoolsProjectManager::Internal;
using namespace ProjectExplorer;
AutotoolsProjectNode::AutotoolsProjectNode(AutotoolsProject *project, Core::IDocument *projectFile) :
ProjectNode(projectFile->filePath()),
m_project(project),
m_projectFile(projectFile)
{
}
AutotoolsProjectNode::AutotoolsProjectNode(const Utils::FileName &projectFilePath) :
ProjectNode(projectFilePath)
{ }
bool AutotoolsProjectNode::showInSimpleTree() const
{