summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-18 15:17:30 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-18 15:17:30 +0100
commitd8cd2d6585507a4e40881092a633ec1a80b14dd9 (patch)
treee710026c9191fe42643f7996a55b460e3ff39622 /common/commands.cpp
parent0d55900241772fa5cc5028934358cbcb28702c46 (diff)
downloadsink-d8cd2d6585507a4e40881092a633ec1a80b14dd9.tar.gz
sink-d8cd2d6585507a4e40881092a633ec1a80b14dd9.zip
Draft of inspection API
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 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 };