| 80 | }; |
| 81 | } |
| 82 | int writeFile(const QString& filename, const QString& content) const override { |
| 83 | Q_UNUSED(filename); |
| 84 | Q_UNUSED(content); |
| 85 | return ScriptAPIInterface::SystemAccess_Failed; |
| 86 | } |
| 87 | // Content is read in text-mode in utf8 encoding |
| 88 | QMap<QString, QVariant> readFile(const QString& filename) const override { |
| 89 | Q_UNUSED(filename); |