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

Method ECMAScript

src/scripting/ECMAScript.h:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36public:
37 ECMAScript(QObject * plugin, const QString& filename)
38 : Tw::Scripting::Script(plugin, filename) { }
39
40 bool parseHeader() override { return doParseHeader(QString(), QString(), QString::fromLatin1("//")); }
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected