┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
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;
/**