From 43c4cd555e4a265d3e484dfeea0aa05da0977cd0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 19 Oct 2015 15:01:02 +0200 Subject: Let clients tell the resource when they no longer require a revision. --- 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 221c211..7a0ae23 100644 --- a/common/commands.cpp +++ b/common/commands.cpp @@ -57,6 +57,8 @@ QByteArray name(int commandId) return "Notification"; case PingCommand: return "Ping"; + case RevisionReplayedCommand: + return "RevisionReplayed"; case CustomCommand: return "Custom"; }; -- cgit v1.2.3