QuasarAppLib
|
#include <QMap>
#include <QVariant>
#include "quasarapp_global.h"
#include "helpdata.h"
#include "optiondata.h"
Go to the source code of this file.
Namespaces | |
namespace | QuasarAppUtils |
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group. All methods of the Quasar AppUtils is static. | |
Macros | |
#define | DEFAULT_VERBOSE_LVL "2" |
Enumerations | |
enum | QuasarAppUtils::VerboseLvl { QuasarAppUtils::Error = 0x0 , QuasarAppUtils::Warning = 0x1 , QuasarAppUtils::Info = 0x2 , QuasarAppUtils::Debug = 0x3 } |
The VerboseLvl enum uses for sets log level. More... | |