forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user