MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / warn

Method warn

src/jsplugin/JSPluginSpec.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void JSPluginSpec::warn(const QString &msg)
50{
51 const QString appDirName = m_dir.dirName();
52 qWarning() << QString("%1: %2")
53 .arg(appDirName)
54 .arg(msg);
55}
56
57bool JSPluginSpec::validate() {
58 if (m_manifestVersion != MANIFESTVERSION) {

Callers 14

packageMethod · 0.80
QWebChannelFunction · 0.80
bindGetterSetterFunction · 0.80
mFunction · 0.80
fFunction · 0.80
wizEditorForMac.jsFile · 0.80
jquery-3.3.1.jsFile · 0.80
pFunction · 0.80
WizSvgPainter.jsFile · 0.80
i18next.min.jsFile · 0.80
iFunction · 0.80

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected