Merge branch 'main' of github.com:QuasarApp/QuasarAppLib

This commit is contained in:
Andrei Yankovich 2021-07-23 13:59:31 +03:00
commit 9f997369d2

View File

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