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 e91fec8e7c..c16af95946 100644
--- a/src/plugins/projectexplorer/project.h
+++ b/src/plugins/projectexplorer/project.h
@@ -80,6 +80,9 @@ public:
QString displayName() const;
Utils::Id id() const;
+ void markAsShuttingDown();
+ bool isShuttingDown() const;
+
QString mimeType() const;
bool canBuildProducts() const;