MCPcopy Create free account
hub / github.com/TeXworks/texworks / scriptLanguageURL

Method scriptLanguageURL

src/scripting/JSScriptInterface.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 QString scriptLanguageName() const override { return QString::fromLatin1("QtScript"); }
45 QString scriptLanguageURL() const override { return QString::fromLatin1("https://doc.qt.io/qt-5/qtscript-index.html"); }
46 bool canHandleFile(const QFileInfo& fileInfo) const override { return fileInfo.suffix() == QLatin1String("js"); }
47};
48

Callers 2

treeSelectionChangedMethod · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected