From e536466ac75e7fa3cfdc18728596beac36996128 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 26 Jan 2010 08:27:42 +0000 Subject: * 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 --- src/dolphincontroller.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/dolphincontroller.cpp') 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& customActions) { -- cgit v1.3