src/version.h

changeset 295
4241d948af28
parent 281
afed72b544f0
--- a/src/version.h	Tue Jun 28 19:25:08 2022 +0300
+++ b/src/version.h	Tue Jun 28 19:25:45 2022 +0300
@@ -18,14 +18,7 @@
 
 #pragma once
 #include <QString>
-
-#ifdef DEBUG
-# undef RELEASE
-#endif // DEBUG
-
-#ifdef RELEASE
-# undef DEBUG
-#endif // RELEASE
+#include <QLocale>
 
 const QString& fullVersionString(QLocale::FormatType formatType);
 QString detailedVersionString(QLocale::FormatType formatType);

mercurial