aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/projectpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/projectpart.h')
-rw-r--r--src/plugins/cppeditor/projectpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/projectpart.h b/src/plugins/cppeditor/projectpart.h
index 2c420c8f87..c65932e6a7 100644
--- a/src/plugins/cppeditor/projectpart.h
+++ b/src/plugins/cppeditor/projectpart.h
@@ -75,6 +75,7 @@ public:
QString projectFileLocation() const;
bool hasProject() const { return !topLevelProject.isEmpty(); }
bool belongsToProject(const ProjectExplorer::Project *project) const;
+ bool belongsToProject(const Utils::FilePath &project) const;
static QByteArray readProjectConfigFile(const QString &projectConfigFile);