diff -r 70b69a15c736 -r 4241d948af28 src/version.h --- 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 - -#ifdef DEBUG -# undef RELEASE -#endif // DEBUG - -#ifdef RELEASE -# undef DEBUG -#endif // RELEASE +#include const QString& fullVersionString(QLocale::FormatType formatType); QString detailedVersionString(QLocale::FormatType formatType);