┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-03-17 20:42:26 +0000
committerPeter Penz <[email protected]>2007-03-17 20:42:26 +0000
commit6baba131b2e112c37015412b701bc3ea01a86c04 (patch)
tree65cb86042434d487f229bf1b541557a098a060a1 /src/dolphinview.h
parent9b9c12ec69913d1837b6dd252457babc02c32249 (diff)
Allow to cut, copy, paste, ... the currently selected item from a sidebar by the DolphinContextMenu (currently only used by the tree view).
svn path=/trunk/KDE/kdebase/apps/; revision=643572
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 218411208..fd47e1fae 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -219,11 +219,11 @@ public:
*/
const QLinkedList<UrlNavigator::HistoryElem> urlHistory(int& index) const;
- /**
- * Returns true, if at least one item is selected.
- */
+ /** Returns true, if at least one item is selected. */
bool hasSelection() const;
+ void clearSelection();
+
/**
* Returns the selected items. The list is empty if no item has been
* selected.
@@ -250,7 +250,6 @@ public:
*/
void rename(const KUrl& source, const QString& newName);
- /** Returns the status bar of the view. */
DolphinStatusBar* statusBar() const;
/**