From 8998ee8f5163d20a204f2bba8bc240c9bd700be7 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 6 Dec 2011 19:20:48 +0100 Subject: Folders Panel cleanups - Reactivate dropping of URLs - Remove unused/obsolete code - Simplify DragAndDropHelper interface --- src/views/draganddrophelper.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/views/draganddrophelper.h') diff --git a/src/views/draganddrophelper.h b/src/views/draganddrophelper.h index 85e47077d..d00e11157 100644 --- a/src/views/draganddrophelper.h +++ b/src/views/draganddrophelper.h @@ -41,14 +41,12 @@ public: * @param destItem Item of the destination (can be null, see KFileItem::isNull()). * @param destPath Path of the destination. * @param event Drop event. - * @param widget Source widget where the dragging has been started. * @return Error message if dropping is not possible. If an empty string * is returned, the dropping has been successful. */ static QString dropUrls(const KFileItem& destItem, const KUrl& destPath, - QDropEvent* event, - QWidget* widget); + QDropEvent* event); }; #endif -- cgit v1.3.1