diff options
| author | Peter Penz <[email protected]> | 2011-01-09 12:28:43 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-01-09 12:28:43 +0000 |
| commit | 58ea012256a752fb803a462c0ff025a4de4b5dbf (patch) | |
| tree | 544ad0252654aa81e61ae414692750d4f4e74a08 /src/views/dolphinviewcontroller.h | |
| parent | b3acdc75c4b8aa4519586ebf7652c2fb51e9b801 (diff) | |
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
Diffstat (limited to 'src/views/dolphinviewcontroller.h')
| -rw-r--r-- | src/views/dolphinviewcontroller.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |
