From d78fe954abb9ea0ed05f8c22d6842a457c0a209e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 17 Sep 2007 14:36:41 +0000 Subject: drag and drop fixes for the column view (implied a signal changed which affected other views too) svn path=/trunk/KDE/kdebase/apps/; revision=713430 --- src/dolphinview.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 159613cd9..6799215e0 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -429,11 +429,14 @@ private slots: void openContextMenu(const QPoint& pos); /** - * Drops the URLs \a urls to the index \a index. \a source + * Drops the URLs \a urls to the destination path \a destPath. If + * the URLs are dropped above an item inside the destination path, + * the item is indicated by \a destIndex. \a source * indicates the widget where the dragging has been started from. */ void dropUrls(const KUrl::List& urls, - const QModelIndex& index, + const KUrl& destPath, + const QModelIndex& destIndex, QWidget* source); /** -- cgit v1.3