aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/makestep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/makestep.h')
-rw-r--r--src/plugins/projectexplorer/makestep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/makestep.h b/src/plugins/projectexplorer/makestep.h
index c3f63016e4..df87923e04 100644
--- a/src/plugins/projectexplorer/makestep.h
+++ b/src/plugins/projectexplorer/makestep.h
@@ -61,6 +61,8 @@ public:
void setClean(bool clean);
bool isClean() const;
+ static QString defaultDisplayName();
+
private:
QVariantMap toMap() const override;
bool fromMap(const QVariantMap &map) override;