diff options
| author | Peter Penz <[email protected]> | 2010-10-06 13:58:47 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-06 13:58:47 +0000 |
| commit | e2b844437e9308a04ddf043ae9d2f5c8ffef97b0 (patch) | |
| tree | 042c21fdef8d013c763fbfa254d4f9393b6b0710 /src/views/selectiontoggle.h | |
| parent | 2297cbee2ecc9e882d02125e4f38f3b557c83443 (diff) | |
Use a pointing-hand cursor when hovering items as discussed on http://lists.kde.org/?l=kde-core-devel&m=126027946921686&w=1
svn path=/trunk/KDE/kdebase/apps/; revision=1183195
Diffstat (limited to 'src/views/selectiontoggle.h')
| -rw-r--r-- | src/views/selectiontoggle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/selectiontoggle.h b/src/views/selectiontoggle.h index 210f1a3aa..79833a522 100644 --- a/src/views/selectiontoggle.h +++ b/src/views/selectiontoggle.h @@ -89,6 +89,7 @@ private: private: bool m_isHovered; bool m_leftMouseButtonPressed; + bool m_appliedArrowCursor; int m_fadingValue; int m_margin; QPixmap m_icon; |
