MCPcopy Create free account
hub / github.com/coslyk/moonplayer / JSAPIObject

Method JSAPIObject

src/jsapiObject.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "dialogs.h"
23
24JSAPIObject::JSAPIObject(const QString &id, QObject *parent) : QObject(parent), m_id(id)
25{
26}
27
28
29void JSAPIObject::get_post_content(const QString& url, const QByteArray &contentType, const QByteArray& postData, const QJSValue& callbackFunc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected