Qbs: Remove QbsFileNode

It's a ProjectExplorer::FileNode with a custom constructor.

Change-Id: I3057647a5843141ef9e55c97dd19255ea454479a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-02-26 14:48:40 +01:00
parent 926174ad10
commit a2d9acb6ec
4 changed files with 17 additions and 40 deletions

View File

@@ -230,19 +230,6 @@ static bool supportsNodeAction(ProjectAction action, const Node *node)
return false;
}
// ----------------------------------------------------------------------
// QbsFileNode:
// ----------------------------------------------------------------------
QbsFileNode::QbsFileNode(const Utils::FileName &filePath,
const ProjectExplorer::FileType fileType,
int line) :
ProjectExplorer::FileNode(filePath, fileType)
{
setLine(line);
}
// ---------------------------------------------------------------------------
// QbsBaseProjectNode:
// ---------------------------------------------------------------------------