┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.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/dolphinview.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/dolphinview.h')
-rw-r--r--src/dolphinview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 955f974d8..7d8d06bf2 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -704,6 +704,11 @@ private:
* is currently shown.
*/
void deleteExpandedViews();
+
+ /**
+ * Returns the MIME data for all selected items.
+ */
+ QMimeData* selectionMimeData() const;
private:
bool m_active : 1;