(3eca06c7fa4e9850f97e42439f9346ad093176d5)
#include "qdbuslistener_p.h"
#include "qdbussettings_p.h"
#include <private/qguiapplication_p.h>
#include <qpa/qplatformintegration.h>
#include <qpa/qplatformservices.h>
#include <private/qdbustrayicon_p.h>
#include <qjsonarray.h>
#include <qjsondocument.h>
#include <qjsonobject.h>
Go to the source code of this file.
◆ CHECK
Value: if (!cond) {\
qCWarning(lcQpaThemeDBus) << fileName <<
warning <<
"Falling back to default.";\
return;\
}
QDebug warning(const MetaType &classDef)
◆ LOG
◆ PARSE
#define PARSE |
( |
| var, |
|
|
| enumeration, |
|
|
| string ) |
Value: enumeration var;\
{\
bool success;\
CHECK(success, "Parse Error: Invalid value" << string << "for" << #var);\
var =
static_cast<enumeration
>(
val);\
}