* @brief Accessor to the widget pointer */
| 272 | * @brief Accessor to the widget pointer |
| 273 | */ |
| 274 | ViewObjectUI *ui () const |
| 275 | { |
| 276 | return mp_widget; |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * @brief This method is called on the service that got activated |
no outgoing calls
no test coverage detected