| 22 | #include "dialogs.h" |
| 23 | |
| 24 | JSAPIObject::JSAPIObject(const QString &id, QObject *parent) : QObject(parent), m_id(id) |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | |
| 29 | void JSAPIObject::get_post_content(const QString& url, const QByteArray &contentType, const QByteArray& postData, const QJSValue& callbackFunc) |
nothing calls this directly
no outgoing calls
no test coverage detected