aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2021-08-09 14:03:54 +0200
committerhjk <[email protected]>2021-08-10 08:24:21 +0000
commit2a20778937d705c4bce9c44156c25a26882d0c84 (patch)
treebadd42980a10c13b754cabe4c7e722c1832a745c /src/plugins/qmakeprojectmanager/qmakeparsernodes.h
parent34b7ef6bb38e3bf14ef2897a5e7940d82fe2a5f6 (diff)
ProjectExplorer: Use more FilePaths in ProjectNodes
... and related classes. Change-Id: I50844a0b60e4b0769727b17d5b3d544cd6d10f0d Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeparsernodes.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeparsernodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
index 836c04e5890..f03d7482096 100644
--- a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
+++ b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
@@ -157,10 +157,10 @@ public:
void update(const Internal::QmakePriFileEvalResult &result);
- bool canAddSubProject(const QString &proFilePath) const;
+ bool canAddSubProject(const Utils::FilePath &proFilePath) const;
- bool addSubProject(const QString &proFile);
- bool removeSubProjects(const QString &proFilePath);
+ bool addSubProject(const Utils::FilePath &proFile);
+ bool removeSubProjects(const Utils::FilePath &proFilePath);
bool addFiles(const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded = nullptr);
bool removeFiles(const Utils::FilePaths &filePaths, Utils::FilePaths *notRemoved = nullptr);