┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index f9cf39d7f..2120e1ee0 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -180,6 +180,14 @@ public:
bool supportsCategorizedSorting() const;
/**
+ * Marks the items indicated by \p urls to get selected after the
+ * directory DolphinView::url() has been loaded. Note that nothing
+ * gets selected if no loading of a directory has been triggered
+ * by DolphinView::setUrl() or DolphinView::reload().
+ */
+ void markUrlsAsSelected(const QList<KUrl>& urls);
+
+ /**
* Returns the selected items. The list is empty if no item has been
* selected.
* @see DolphinView::selectedUrls()
@@ -382,14 +390,6 @@ public slots:
void clearSelection();
/**
- * Request of a selection change. The view will do its best to accommodate
- * the request, but it is not guaranteed that all items in \a selection
- * will actually get selected. The view will e.g. not select items which
- * are not in the currently displayed folder.
- */
- void changeSelection(const KFileItemList& selection);
-
- /**
* Triggers the renaming of the currently selected items, where
* the user must input a new name for the items.
*/