aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qbs/parser/commandtype.h')
-rw-r--r--src/app/qbs/parser/commandtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/qbs/parser/commandtype.h b/src/app/qbs/parser/commandtype.h
index 0f7040670..e1df18fb8 100644
--- a/src/app/qbs/parser/commandtype.h
+++ b/src/app/qbs/parser/commandtype.h
@@ -44,7 +44,7 @@ namespace qbs {
enum CommandType {
ResolveCommandType, BuildCommandType, CleanCommandType, RunCommandType, ShellCommandType,
StatusCommandType, UpdateTimestampsCommandType, DumpNodesTreeCommandType,
- InstallCommandType, HelpCommandType, GenerateCommandType
+ InstallCommandType, HelpCommandType, GenerateCommandType, ListProductsCommandType,
};
} // namespace qbs