| 26 | #include "pathlineedit.h" |
| 27 | |
| 28 | EngineOptionDelegate::EngineOptionDelegate(QWidget* parent) |
| 29 | : QStyledItemDelegate(parent) |
| 30 | { |
| 31 | } |
| 32 | |
| 33 | void EngineOptionDelegate::setEngineDirectory(const QString& dir) |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected