| 30 | BaseEventHandler::~BaseEventHandler() {} |
| 31 | |
| 32 | QString BaseEventHandler::getErrorString() { return lastErrorString; } |
| 33 | |
| 34 | /** |
| 35 | * @brief Do nothing by default. Allow child classes to specify text to output |
nothing calls this directly
no outgoing calls
no test coverage detected