* @brief Constructor. * @param parent parent object */
| 32 | * @param parent parent object |
| 33 | */ |
| 34 | EventCodeDelegate::EventCodeDelegate(QObject* parent) : EnumDelegate(parent) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | QStringList EventCodeDelegate::getEnumStrings() const |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected