From d8cd2d6585507a4e40881092a633ec1a80b14dd9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 18 Jan 2016 15:17:30 +0100 Subject: Draft of inspection API --- common/commands.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/commands.cpp') 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) return "Ping"; case RevisionReplayedCommand: return "RevisionReplayed"; + case InspectionCommand: + return "Inspection"; case CustomCommand: return "Custom"; }; -- cgit v1.2.3