QJsonChannelCore
|
#include <QSharedDataPointer>
#include <QMetaType>
#include <QJsonValue>
#include <QJsonObject>
#include <QJsonArray>
#include "QJsonChannelGlobal.h"
Go to the source code of this file.
Classes | |
class | QJsonChannelMessage |
Representation of JSON-RPC message. More... | |
Macros | |
#define | QJsonChannelDebug if (qgetenv("QJsonChannel_DEBUG").isEmpty()); else qDebug |
Functions | |
QJSONCHANNELCORE_EXPORT QDebug | operator<< (QDebug, const QJsonChannelMessage &) |
#define QJsonChannelDebug if (qgetenv("QJsonChannel_DEBUG").isEmpty()); else qDebug |
Definition at line 24 of file QJsonChannelGlobal.h.
QJSONCHANNELCORE_EXPORT QDebug operator<< | ( | QDebug | , |
const QJsonChannelMessage & | |||
) |