diff options
| author | Peter Penz <[email protected]> | 2007-10-30 19:44:55 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-30 19:44:55 +0000 |
| commit | d9f5e191a6bd32a4dc15b3a3eb34795cda7697dd (patch) | |
| tree | 0d03dac95431421dd5045a09f8c1e921098df3b6 /src/dolphinview.h | |
| parent | 65c11d72c949695143023641e59f2d1bb645d39d (diff) | |
* fixed drag & drop issue in column view (dropping on files was not possible -> handled as viewport now)
* only show the hover-drop-indicator on directories (dropping on file-items is handled like dropping on the viewport)
* simplified signature of drop signal (source widget not required anymore)
svn path=/trunk/KDE/kdebase/apps/; revision=731129
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 442ff5a60..593209e06 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -489,13 +489,11 @@ private slots: /** * 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 destItem. \a source - * indicates the widget where the dragging has been started from. + * the item is indicated by \a destItem. */ void dropUrls(const KUrl::List& urls, const KUrl& destPath, - const KFileItem& destItem, - QWidget* source); + const KFileItem& destItem); /** * Drops the URLs \a urls at the |
