┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/selectiontoggle.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-10-08 19:10:53 +0000
committerPeter Penz <[email protected]>2010-10-08 19:10:53 +0000
commitf955ee200da38d80be4833d8b421221874896ca1 (patch)
tree28cb1fa19131e59b864be7ef1d92a529cf1ce1ac /src/views/selectiontoggle.h
parentfff40080bcc4719526cde17f826810d1b193ad52 (diff)
Move the changing of the cursor-shape from the extensions-factory and the selection-toggle to the selection-manager. Beside simplifying the code this also solves some corner-cases where the shape has not been restored correctly.
svn path=/trunk/KDE/kdebase/apps/; revision=1183934
Diffstat (limited to 'src/views/selectiontoggle.h')
-rw-r--r--src/views/selectiontoggle.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/views/selectiontoggle.h b/src/views/selectiontoggle.h
index 26aa30050..210f1a3aa 100644
--- a/src/views/selectiontoggle.h
+++ b/src/views/selectiontoggle.h
@@ -82,9 +82,6 @@ private slots:
void setIconOverlay(bool checked);
void refreshIcon();
- void applyArrowCursor();
- void restoreCursor();
-
private:
void startFading();
void stopFading();
@@ -92,7 +89,6 @@ private:
private:
bool m_isHovered;
bool m_leftMouseButtonPressed;
- bool m_appliedArrowCursor;
int m_fadingValue;
int m_margin;
QPixmap m_icon;