summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands.cpp')
-rw-r--r--common/commands.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/commands.cpp b/common/commands.cpp
index 221c211..7a0ae23 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -57,6 +57,8 @@ QByteArray name(int commandId)
57 return "Notification"; 57 return "Notification";
58 case PingCommand: 58 case PingCommand:
59 return "Ping"; 59 return "Ping";
60 case RevisionReplayedCommand:
61 return "RevisionReplayed";
60 case CustomCommand: 62 case CustomCommand:
61 return "Custom"; 63 return "Custom";
62 }; 64 };