| 19 | #include "enginebuttonoption.h" |
| 20 | |
| 21 | EngineButtonOption::EngineButtonOption(const QString& name) |
| 22 | : EngineOption(name, QMetaType::UnknownType) |
| 23 | { |
| 24 | } |
| 25 | |
| 26 | EngineOption* EngineButtonOption::copy() const |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected