| 23 | |
| 24 | |
| 25 | EngineOptionModel::EngineOptionModel(QObject* parent) |
| 26 | : QAbstractItemModel(parent) |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | EngineOptionModel::EngineOptionModel(QList<EngineOption*> options, QObject* parent) |
| 31 | : QAbstractItemModel(parent), |
nothing calls this directly
no outgoing calls
no test coverage detected