┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h
index 8aebdcac4..d1eba97a1 100644
--- a/src/dolphincontroller.h
+++ b/src/dolphincontroller.h
@@ -62,7 +62,6 @@ class QPoint;
* - handleKeyPressEvent()
* - emitItemEntered()
* - emitViewportEntered()
- * - emitSelectionChanged()
* - replaceUrlByClipboard()
* - hideToolTip()
* - setVersionControlActions()
@@ -293,12 +292,6 @@ public slots:
*/
void emitViewportEntered();
- /**
- * Emits the signal selectionChanged(). The method should be invoked by
- * the view implementation whenever the selection has been changed.
- */
- void emitSelectionChanged();
-
signals:
/**
* Is emitted if the URL for the Dolphin controller has been changed
@@ -408,13 +401,6 @@ signals:
void viewportEntered();
/**
- * Is emitted whenever the selection of the view implementation
- * has been changed (see emitSelectionChanged()). The abstract
- * Dolphin view connects to this signal.
- */
- void selectionChanged();
-
- /**
* Is emitted if the view should respect the name filter \a nameFilter. The view
* implementation must connect to this signal if it supports name filters.
*/