diff options
| author | Peter Penz <[email protected]> | 2012-01-27 21:52:29 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-01-27 22:01:05 +0100 |
| commit | a4553c9747365fdd96d7c4a24b80fb74a31a9d05 (patch) | |
| tree | dc936c6864b2e98edcbbead37a6cc41205c8a37f /src/views/dolphinview.h | |
| parent | 329f6009a802428481b5b0955f70b7fbe60a5148 (diff) | |
Fix regression: Allow dragging items on a tab
BUG: 292505
FIXED-IN: 4.8.1
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index a6b8fe3ae..197a41046 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -336,9 +336,7 @@ public: bool hasSelection() const; /** - * Returns the root item which represents the current URL. Note that the returned - * item can be null (KFileItem::isNull() will return true) in case that the directory - * has not been loaded. + * Returns the root item which represents the current URL. */ KFileItem rootItem() const; @@ -581,15 +579,6 @@ private slots: void emitSelectionChangedSignal(); /** - * Drops dragged 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. - */ - void dropUrls(const KFileItem& destItem, - const KUrl& destPath, - QDropEvent* event); - - /** * Updates the view properties of the current URL to the * sorting given by \a sorting. */ |
