summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/profile.h')
-rw-r--r--src/plugins/projectexplorer/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/profile.h b/src/plugins/projectexplorer/profile.h
index 88d619dc61..4db326dbdf 100644
--- a/src/plugins/projectexplorer/profile.h
+++ b/src/plugins/projectexplorer/profile.h
@@ -82,7 +82,7 @@ public:
void addToEnvironment(Utils::Environment &env) const;
QString toHtml();
- Profile *clone() const;
+ Profile *clone(bool keepName = false) const;
private:
// Unimplemented.