┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h7
1 files changed, 5 insertions, 2 deletions
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);
/**