Convert the Storage::HashVersion names to CamelCase
[quassel.git] / src / core / storage.h
index 989f331..9b9ce4f 100644 (file)
@@ -43,12 +43,12 @@ public:
     };
 
     enum HashVersion {
-        sha1,
+        Sha1,
 #if QT_VERSION >= 0x050000
-        sha2_512,
-        latest=sha2_512
+        Sha2_512,
+        Latest=Sha2_512
 #else
-        latest=sha1
+        Latest=Sha1
 #endif
     };