diff options
Diffstat (limited to 'common/commands.cpp')
-rw-r--r-- | common/commands.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/commands.cpp b/common/commands.cpp index 7a0ae23..35dfb13 100644 --- a/common/commands.cpp +++ b/common/commands.cpp | |||
@@ -33,7 +33,7 @@ QByteArray name(int commandId) | |||
33 | switch(commandId) { | 33 | switch(commandId) { |
34 | case UnknownCommand: | 34 | case UnknownCommand: |
35 | return "Unknown"; | 35 | return "Unknown"; |
36 | case CommandCompletion: | 36 | case CommandCompletionCommand: |
37 | return "Completion"; | 37 | return "Completion"; |
38 | case HandshakeCommand: | 38 | case HandshakeCommand: |
39 | return "Handshake"; | 39 | return "Handshake"; |
@@ -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 | }; |