aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandlineparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qbs/parser/commandlineparser.h')
-rw-r--r--src/app/qbs/parser/commandlineparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/qbs/parser/commandlineparser.h b/src/app/qbs/parser/commandlineparser.h
index e08fc9669..f1fbea949 100644
--- a/src/app/qbs/parser/commandlineparser.h
+++ b/src/app/qbs/parser/commandlineparser.h
@@ -57,6 +57,7 @@ public:
QStringList products() const;
QList<QVariantMap> buildConfigurations() const;
bool showProgress() const;
+ bool cleanAll() const;
private:
class CommandLineParserPrivate;