| 2852 | } |
| 2853 | |
| 2854 | void Window::pointerLeaveEvent() |
| 2855 | { |
| 2856 | cancelAutoRaise(); |
| 2857 | workspace()->cancelDelayFocus(); |
| 2858 | // TODO: send hover leave to deco |
| 2859 | // TODO: handle Options::FocusStrictlyUnderMouse |
| 2860 | } |
| 2861 | |
| 2862 | RectF Window::iconGeometry() const |
| 2863 | { |
no test coverage detected