diff options
| author | Peter Penz <[email protected]> | 2008-12-03 07:14:37 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-03 07:14:37 +0000 |
| commit | add0f6db79cd016c1aa89bc8e9942b08f3e41443 (patch) | |
| tree | d3979e2b79bde275707c800410325fef5d6bf26a /src/dolphincolumnwidget.h | |
| parent | fe06efe73454d5a05a56b2e364bef042eb982636 (diff) | |
use KDirModel::mimeData() for cut/copy operations as suggested by David Faure
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=891865
Diffstat (limited to 'src/dolphincolumnwidget.h')
| -rw-r--r-- | src/dolphincolumnwidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index 8e4f6dfcf..b3cd741fc 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -111,6 +111,11 @@ public: KFileItem itemAt(const QPoint& pos) const; KFileItemList selectedItems() const; + + /** + * Returns the MIME data for the selected items. + */ + QMimeData* selectionMimeData() const; protected: virtual QStyleOptionViewItem viewOptions() const; |
