diff options
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 |
