┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels')
-rw-r--r--src/panels/folders/folderspanel.cpp1
-rw-r--r--src/panels/folders/folderspanel.h9
2 files changed, 0 insertions, 10 deletions
diff --git a/src/panels/folders/folderspanel.cpp b/src/panels/folders/folderspanel.cpp
index 1e3bdb8a6..0542665d5 100644
--- a/src/panels/folders/folderspanel.cpp
+++ b/src/panels/folders/folderspanel.cpp
@@ -185,7 +185,6 @@ void FoldersPanel::contextMenuEvent(QContextMenuEvent* event)
if (index.isValid()) {
const QModelIndex dolphinModelIndex = m_proxyModel->mapToSource(index);
item = m_dolphinModel->itemForIndex(dolphinModelIndex);
- emit changeSelection(KFileItemList());
}
TreeViewContextMenu contextMenu(this, item);
diff --git a/src/panels/folders/folderspanel.h b/src/panels/folders/folderspanel.h
index 1822d17e0..438a9ee68 100644
--- a/src/panels/folders/folderspanel.h
+++ b/src/panels/folders/folderspanel.h
@@ -59,15 +59,6 @@ signals:
*/
void changeUrl(const KUrl& url, Qt::MouseButtons buttons);
- /**
- * This signal is emitted when the panel requests a change in the
- * current selection. The file-management view recieving this signal is
- * not required to select all listed files, limiting the selection to
- * e.g. the current folder. The new selection will be reported via the
- * setSelection slot.
- */
- void changeSelection(const KFileItemList& selection);
-
public slots:
/**
* Changes the current selection inside the tree to \a url.