┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-12-03 07:14:37 +0000
committerPeter Penz <[email protected]>2008-12-03 07:14:37 +0000
commitadd0f6db79cd016c1aa89bc8e9942b08f3e41443 (patch)
treed3979e2b79bde275707c800410325fef5d6bf26a /src/dolphincolumnview.h
parentfe06efe73454d5a05a56b2e364bef042eb982636 (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/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h
index ba50d943c..1fdd75850 100644
--- a/src/dolphincolumnview.h
+++ b/src/dolphincolumnview.h
@@ -112,6 +112,12 @@ public:
* Returns the selected items of the active column.
*/
KFileItemList selectedItems() const;
+
+ /**
+ * Returns the MIME data for the selected items
+ * of the active column.
+ */
+ QMimeData* selectionMimeData() const;
public slots:
/** @see QAbstractItemView::selectAll() */