summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/project.h')
-rw-r--r--src/plugins/projectexplorer/project.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h
index 87599ab702..10b6bb3953 100644
--- a/src/plugins/projectexplorer/project.h
+++ b/src/plugins/projectexplorer/project.h
@@ -128,6 +128,9 @@ public:
// creating new BuilConfigurations.
virtual QVariantMap toMap() const;
+ // The directory that holds the project file. This includes the absolute path.
+ QString projectDirectory() const;
+
signals:
void fileListChanged();