| 170 | } |
| 171 | |
| 172 | QString EventHandlerFactory::handlerDisplayName(QString handler) |
| 173 | { |
| 174 | QString handlerDispName = QString(); |
| 175 | |
| 176 | if (handlerDisplayNames.contains(handler)) |
| 177 | handlerDispName = handlerDisplayNames.value(handler); |
| 178 | |
| 179 | return handlerDispName; |
| 180 | } |
nothing calls this directly
no outgoing calls
no test coverage detected