| 99 | |
| 100 | #if defined(HAVE_QT) |
| 101 | void |
| 102 | SelectionService::timeout () |
| 103 | { |
| 104 | m_hover_wait = false; |
| 105 | m_hover = true; |
| 106 | mp_view->clear_transient_selection (); |
| 107 | mp_view->transient_select (m_hover_point); |
| 108 | } |
| 109 | #endif |
| 110 | |
| 111 | void |
nothing calls this directly
no test coverage detected