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

Method warning

src/jsapiObject.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void JSAPIObject::warning(const QString& msg)
91{
92 Q_ASSERT(Dialogs::instance() != nullptr);
93 Dialogs::instance()->messageDialog(tr("Warning"), msg);
94}
95
96void JSAPIObject::get_text(const QString& msg, const QString& defaultValue, const QJSValue& callbackFunc)
97{

Callers

nothing calls this directly

Calls 1

messageDialogMethod · 0.80

Tested by

no test coverage detected