| 717 | } |
| 718 | |
| 719 | void PointerInputRedirection::removeEffectsOverrideCursor() |
| 720 | { |
| 721 | if (!inited()) { |
| 722 | return; |
| 723 | } |
| 724 | // cursor position might have changed while there was an effect in place |
| 725 | update(); |
| 726 | m_cursor->removeEffectsOverrideCursor(); |
| 727 | } |
| 728 | |
| 729 | void PointerInputRedirection::setWindowSelectionCursor(const QByteArray &shape) |
| 730 | { |
no test coverage detected