summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/project.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-07-23 12:30:17 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-08-01 11:42:41 +0200
commit5422b2c4da706c09579543ac98858ee5efe61d75 (patch)
tree34235bd210ee4793ca0d5def22b634f508330b92 /src/plugins/projectexplorer/project.h
parent54886da9ae7bf0d6daed925a5402876410a0109f (diff)
downloadqt-creator-5422b2c4da706c09579543ac98858ee5efe61d75.tar.gz
Introduce Project::projectFilePath()
Use it instead of retrieving this information from the document. Change-Id: I809fcb2daf59021cf503c371a5d40d75d7448796 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/project.h')
-rw-r--r--src/plugins/projectexplorer/project.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h
index 75f90d729d..baa9e7f344 100644
--- a/src/plugins/projectexplorer/project.h
+++ b/src/plugins/projectexplorer/project.h
@@ -74,6 +74,8 @@ public:
virtual Core::IDocument *document() const = 0;
virtual IProjectManager *projectManager() const = 0;
+ QString projectFilePath() const;
+
bool hasActiveBuildSettings() const;
// EditorConfiguration: