| 36 | |
| 37 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected