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

Method JSScript

src/scripting/JSScript.h:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected