summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:26:45 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:26:45 +0100
commitcd7287325944571e9d53b00b48abdba4c9257474 (patch)
treefe6f822597e17c3a6f7d06fb512fcda36e490f21 /common/commands.cpp
parent1812c077d6461b3e9fb865f47cffafc3c179e136 (diff)
downloadsink-cd7287325944571e9d53b00b48abdba4c9257474.tar.gz
sink-cd7287325944571e9d53b00b48abdba4c9257474.zip
Moved all commands in to the Commands namespace
Diffstat (limited to 'common/commands.cpp')
-rw-r--r--common/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commands.cpp b/common/commands.cpp
index 16fd742..35dfb13 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -33,7 +33,7 @@ QByteArray name(int commandId)
33 switch(commandId) { 33 switch(commandId) {
34 case UnknownCommand: 34 case UnknownCommand:
35 return "Unknown"; 35 return "Unknown";
36 case CommandCompletion: 36 case CommandCompletionCommand:
37 return "Completion"; 37 return "Completion";
38 case HandshakeCommand: 38 case HandshakeCommand:
39 return "Handshake"; 39 return "Handshake";