diff options
Diffstat (limited to 'common/commands.cpp')
-rw-r--r-- | common/commands.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/commands.cpp b/common/commands.cpp index 24f2017..a92b455 100644 --- a/common/commands.cpp +++ b/common/commands.cpp | |||
@@ -63,6 +63,10 @@ QByteArray name(int commandId) | |||
63 | return "RemoveFromDisk"; | 63 | return "RemoveFromDisk"; |
64 | case FlushCommand: | 64 | case FlushCommand: |
65 | return "Flush"; | 65 | return "Flush"; |
66 | case SecretCommand: | ||
67 | return "Secret"; | ||
68 | case UpgradeCommand: | ||
69 | return "Upgrade"; | ||
66 | case CustomCommand: | 70 | case CustomCommand: |
67 | return "Custom"; | 71 | return "Custom"; |
68 | }; | 72 | }; |