From add0f6db79cd016c1aa89bc8e9942b08f3e41443 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 3 Dec 2008 07:14:37 +0000 Subject: use KDirModel::mimeData() for cut/copy operations as suggested by David Faure CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=891865 --- src/dolphinview.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinview.h') 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; -- cgit v1.3