From f955ee200da38d80be4833d8b421221874896ca1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 8 Oct 2010 19:10:53 +0000 Subject: 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 --- src/views/selectiontoggle.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/views/selectiontoggle.h') 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; -- cgit v1.3