| # | Line 23 | Line 23 | private: | |
|---|---|---|
| 23 | void executeCustomCommandOperation(const QString &jsString, const QString &filesWildcard=""); | |
| 24 | void checkPatchVersion(const QString &file, QTextStream &fileStream); | |
| 25 | void checkAndProcessValidCommands(QTextStream &fileStream); | |
| 26 | – | #ifdef _USE_OLD_JS_ENGINE |
| 26 | void displayJsException(QScriptEngine &engine, QScriptValue &engineResult); | |
| 28 | – | #else |
| 29 | – | void checkForJsException(QJSValue &engineResult); |
| 30 | – | #endif |
| 27 | }; | |
| 28 | ||
| 29 | #endif // XMLPATCH_H | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |