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:
parent
cd84e72484
commit
12c20dc83f
8
params.h
8
params.h
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user