| 213 | QList<QVariant> getEngineList() const override { return {}; } |
| 214 | |
| 215 | bool mayExecuteSystemCommand(const QString& cmd, QObject * context) const override { |
| 216 | Q_UNUSED(cmd); |
| 217 | Q_UNUSED(context); |
| 218 | return false; |
| 219 | } |
| 220 | bool mayWriteFile(const QString& filename, QObject * context) const override { |
| 221 | Q_UNUSED(filename); |
| 222 | Q_UNUSED(context); |