aboutsummaryrefslogtreecommitdiffstats
path: root/common/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/utils.h')
-rw-r--r--common/utils.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/common/utils.h b/common/utils.h
index a2eb689..6bf5fd4 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -26,7 +26,9 @@
#include <QtCore/QString>
-namespace UsageStatistic::Internal::Utils {
+namespace UsageStatistic {
+namespace Internal {
+namespace Utils {
//! Secret key for authentication defined during building
constexpr auto secret() { return USP_AUTH_KEY; }
@@ -34,4 +36,6 @@ constexpr auto secret() { return USP_AUTH_KEY; }
//! Base server URL defined during building
constexpr auto serverUrl() { return USP_SERVER_URL; }
-} // namespace UsageStatistic::Internal::Utils
+} // namespace Utils
+} // namespace Internal
+} // namespace UsageStatistic