21 #ifndef PARSERRUNNABLE_H
22 #define PARSERRUNNABLE_H
24 #include "qjson_export.h"
26 #include <QtCore/QObject>
27 #include <QtCore/QRunnable>
42 void setData(
const QByteArray& data );
53 void parsingFinished(
const QVariant& json,
bool ok,
const QString& error_msg);
62 #endif // PARSERRUNNABLE_H
Convenience class for converting JSON data to QVariant objects using a dedicated thread.