forked from qt-creator/qt-creator
QMakeProjectManagerPlugin: Limit the usage of qMakePair
Remove unneeded Utils:: scope. Change-Id: I9d42aa2005214004b91686168e2bcaa420354a6c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -576,7 +576,7 @@ FileNode *FolderNode::fileNode(const Utils::FilePath &file) const
|
||||
}));
|
||||
}
|
||||
|
||||
QList<FolderNode*> FolderNode::folderNodes() const
|
||||
QList<FolderNode *> FolderNode::folderNodes() const
|
||||
{
|
||||
QList<FolderNode *> result;
|
||||
for (const std::unique_ptr<Node> &n : m_nodes) {
|
||||
|
||||
Reference in New Issue
Block a user