* @brief Clear the transient selection * * This method is supposed to reset any transient selection */
| 215 | * This method is supposed to reset any transient selection |
| 216 | */ |
| 217 | virtual void clear_transient_selection () |
| 218 | { |
| 219 | // .. nothing yet .. |
| 220 | } |
| 221 | |
| 222 | /** |
| 223 | * @brief Clears the previous selection state |
no outgoing calls
no test coverage detected