]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/selectionmanager.h
The &-shortcut from another action is not set until the action has been shown at...
[dolphin.git] / src / views / selectionmanager.h
index 85145a50b95e8ac0e051b3f7cf59de6b073254ec..9cab4f3a97f60f925ab35ac97340765a88c703da 100644 (file)
@@ -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