┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/viewextensionsfactory.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/viewextensionsfactory.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/viewextensionsfactory.h')
-rw-r--r--src/views/viewextensionsfactory.h3
1 files changed, 0 insertions, 3 deletions
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;