summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/profilemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/profilemanager.h')
-rw-r--r--src/plugins/projectexplorer/profilemanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/profilemanager.h b/src/plugins/projectexplorer/profilemanager.h
index 1132f80b83..48da926dc6 100644
--- a/src/plugins/projectexplorer/profilemanager.h
+++ b/src/plugins/projectexplorer/profilemanager.h
@@ -82,6 +82,8 @@ public:
virtual void addToEnvironment(const Profile *p, Utils::Environment &env) const;
+ virtual QString displayNamePostfix(const Profile *p) const;
+
signals:
void validationNeeded();
};