From 58ea012256a752fb803a462c0ff025a4de4b5dbf Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 9 Jan 2011 12:28:43 +0000 Subject: Internal simplification: It is not necessary to keep the ViewModeController as member for the view-modes, as the URL is alredy known by the DolphinViewController. svn path=/trunk/KDE/kdebase/apps/; revision=1213172 --- src/views/dolphinviewcontroller.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/views/dolphinviewcontroller.h') diff --git a/src/views/dolphinviewcontroller.h b/src/views/dolphinviewcontroller.h index ea0027928..07bc56936 100644 --- a/src/views/dolphinviewcontroller.h +++ b/src/views/dolphinviewcontroller.h @@ -87,12 +87,9 @@ public: * Indicates that URLs are dropped above a destination. The DolphinView * will start the corresponding action (copy, move, link). * @param destItem Item of the destination (can be null, see KFileItem::isNull()). - * @param destPath Path of the destination. * @param event Drop event */ - void indicateDroppedUrls(const KFileItem& destItem, - const KUrl& destPath, - QDropEvent* event); + void indicateDroppedUrls(const KFileItem& destItem, QDropEvent* event); /** * Informs the DolphinView about a sorting change done inside -- cgit v1.3