┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/selectionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/selectionmanager.h')
-rw-r--r--src/views/selectionmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/selectionmanager.h b/src/views/selectionmanager.h
index 85145a50b..9cab4f3a9 100644
--- a/src/views/selectionmanager.h
+++ b/src/views/selectionmanager.h
@@ -65,11 +65,14 @@ private slots:
private:
KUrl urlForIndex(const QModelIndex& index) const;
const QModelIndex indexForUrl(const KUrl& url) const;
+ void applyPointingHandCursor();
+ void restoreCursor();
private:
QAbstractItemView* m_view;
SelectionToggle* m_toggle;
bool m_connected;
+ bool m_appliedPointingHandCursor;
};
#endif