4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-04-30 19:54:43 +00:00

remove depricated macros

This commit is contained in:
Andrei Yankovich 2021-07-22 11:28:35 +03:00
parent cd84e72484
commit 12c20dc83f

@ -30,12 +30,10 @@ enum VerboseLvl {
};
#ifdef RELEASE_BUILD
#define DEFAULT_VERBOSE_LVL "2"
#else
#ifdef QT_DEBUG
#define DEFAULT_VERBOSE_LVL "3"
#else
#define DEFAULT_VERBOSE_LVL "2"
#endif
/**