diff options
Diffstat (limited to 'common/commands.cpp')
-rw-r--r-- | common/commands.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/commands.cpp b/common/commands.cpp index 7a0ae23..16fd742 100644 --- a/common/commands.cpp +++ b/common/commands.cpp | |||
@@ -59,6 +59,8 @@ QByteArray name(int commandId) | |||
59 | return "Ping"; | 59 | return "Ping"; |
60 | case RevisionReplayedCommand: | 60 | case RevisionReplayedCommand: |
61 | return "RevisionReplayed"; | 61 | return "RevisionReplayed"; |
62 | case InspectionCommand: | ||
63 | return "Inspection"; | ||
62 | case CustomCommand: | 64 | case CustomCommand: |
63 | return "Custom"; | 65 | return "Custom"; |
64 | }; | 66 | }; |