Convenience class for converting JSON data to QVariant objects using a dedicated thread. More...
#include <parserrunnable.h>
Signals | |
void | parsingFinished (const QVariant &json, bool ok, const QString &error_msg) |
Convenience class for converting JSON data to QVariant objects using a dedicated thread.
Definition at line 37 of file parserrunnable.h.
void QJson::ParserRunnable::parsingFinished | ( | const QVariant & | json, | |
bool | ok, | |||
const QString & | error_msg | |||
) | [signal] |
This signal is emitted when the parsing process has been completed
json | contains the result of the parsing | |
ok | if a parsing error occurs ok is set to false, otherwise it's set to true. | |
error_msg | contains a string explaining the failure reason |
|
hosts this site. |
Send comments to: QJson Developers |