Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/constants.h')
-rw-r--r--src/common/constants.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/constants.h b/src/common/constants.h
index d6975b737..894a3778f 100644
--- a/src/common/constants.h
+++ b/src/common/constants.h
@@ -14,8 +14,10 @@
#pragma once
+#include <QtGlobal>
+
namespace OCC {
-namespace CommonConstants {
- const qint64 e2EeTagSize = 16;
+namespace Constants {
+ constexpr qint32 e2EeTagSize = 16;
};
};