| 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 |
no outgoing calls
no test coverage detected