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 99313b9..221c211 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -55,6 +55,8 @@ QByteArray name(int commandId)
55 return "Shutdown"; 55 return "Shutdown";
56 case NotificationCommand: 56 case NotificationCommand:
57 return "Notification"; 57 return "Notification";
58 case PingCommand:
59 return "Ping";
58 case CustomCommand: 60 case CustomCommand:
59 return "Custom"; 61 return "Custom";
60 }; 62 };