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/viewextensionsfactory.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/views/viewextensionsfactory.h') diff --git a/src/views/viewextensionsfactory.h b/src/views/viewextensionsfactory.h index 0ab3d06d0..9324932ac 100644 --- a/src/views/viewextensionsfactory.h +++ b/src/views/viewextensionsfactory.h @@ -85,14 +85,11 @@ private slots: void slotNameFilterChanged(const QString& nameFilter); void slotRequestVersionControlActions(const KFileItemList& items); void requestActivation(); - void applyPointingHandCursor(); - void restoreCursor(); private: DolphinSortFilterProxyModel* proxyModel() const; private: - bool m_appliedPointingHandCursor; QAbstractItemView* m_view; DolphinViewController* m_dolphinViewController; ToolTipManager* m_toolTipManager; -- cgit v1.3