┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-26 08:27:42 +0000
committerPeter Penz <[email protected]>2010-01-26 08:27:42 +0000
commite536466ac75e7fa3cfdc18728596beac36996128 (patch)
tree027d1a6fd983efb0870a3ff76f8e33c71a84ad6d /src/dolphincontroller.cpp
parent5accf42fc8695460832eee7c68f577f62c419642 (diff)
* Assure that the URL navigator is synchronized with the active column.
* Removed obsolete triggerUrlChangeRequest() method + signal in the DolphinController. This is not needed anymore because of the refactored column view. svn path=/trunk/KDE/kdebase/apps/; revision=1080351
Diffstat (limited to 'src/dolphincontroller.cpp')
-rw-r--r--src/dolphincontroller.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp
index caa0aa74f..b61c126b5 100644
--- a/src/dolphincontroller.cpp
+++ b/src/dolphincontroller.cpp
@@ -75,13 +75,6 @@ void DolphinController::setItemView(QAbstractItemView* view)
}
}
-void DolphinController::triggerUrlChangeRequest(const KUrl& url)
-{
- if (m_url != url) {
- emit requestUrlChange(url);
- }
-}
-
void DolphinController::triggerContextMenuRequest(const QPoint& pos,
const QList<QAction*>& customActions)
{