* @brief Gets the dispatcher object this action is connected to */
| 384 | * @brief Gets the dispatcher object this action is connected to |
| 385 | */ |
| 386 | Dispatcher *dispatcher () const |
| 387 | { |
| 388 | return mp_dispatcher; |
| 389 | } |
| 390 | |
| 391 | /** |
| 392 | * @brief This event is called when the action is triggered |
no outgoing calls
no test coverage detected