summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 11:27:33 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 15:28:55 +0100
commit33029ab13cdb378e2b4a0886a591fb02a5cb2b65 (patch)
tree1ffffda4f125fd4989856a9610d5843f5d097135 /common/commands.cpp
parentf675a280ad48a9a2ba7b38f81cf0dfdafb3a96b5 (diff)
downloadsink-33029ab13cdb378e2b4a0886a591fb02a5cb2b65.tar.gz
sink-33029ab13cdb378e2b4a0886a591fb02a5cb2b65.zip
Support for storage upgrades
Diffstat (limited to 'common/commands.cpp')
-rw-r--r--common/commands.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/commands.cpp b/common/commands.cpp
index 24f2017..a92b455 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -63,6 +63,10 @@ QByteArray name(int commandId)
63 return "RemoveFromDisk"; 63 return "RemoveFromDisk";
64 case FlushCommand: 64 case FlushCommand:
65 return "Flush"; 65 return "Flush";
66 case SecretCommand:
67 return "Secret";
68 case UpgradeCommand:
69 return "Upgrade";
66 case CustomCommand: 70 case CustomCommand:
67 return "Custom"; 71 return "Custom";
68 }; 72 };