Signed-off-by: tnixeu <4436784+tnixeu@users.noreply.github.com>
#include <QPushButton>
#include <QApplication>
-static const char versionC[] = "version";
-
+namespace {
+#ifndef VERSION_C
+#define VERSION_C
+constexpr auto versionC= "version";
+#endif
+}
namespace OCC {
Q_LOGGING_CATEGORY(lcFolder, "nextcloud.gui.folder", QtInfoMsg)
#include <QSet>
#include <QNetworkProxy>
-static const char versionC[] = "version";
+namespace {
+#ifndef VERSION_C
+#define VERSION_C
+constexpr auto versionC= "version";
+#endif
+}
static const int maxFoldersVersion = 1;
namespace OCC {