From 44744e281a56488c7ef257e12ca379ec4ceb2cdd Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 Feb 2016 21:34:06 +0100 Subject: Executed database removal in the resource instead of the client. The resource doesn't really notify all clients properly about the removal, but the tests all still pass. --- 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 8b915f0..5d38afa 100644 --- a/common/commands.cpp +++ b/common/commands.cpp @@ -61,6 +61,8 @@ QByteArray name(int commandId) return "RevisionReplayed"; case InspectionCommand: return "Inspection"; + case RemoveFromDiskCommand: + return "RemoveFromDisk"; case CustomCommand: return "Custom"; }; -- cgit v1.2.3