From 84010807786c352aaeb2320caf27e5f9048d8dec Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 24 Aug 2011 18:11:55 +0200 Subject: Interface cleanups for drag and drop support --- src/kitemviews/kitemlistcontroller.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/kitemviews/kitemlistcontroller.h') diff --git a/src/kitemviews/kitemlistcontroller.h b/src/kitemviews/kitemlistcontroller.h index b56087ce1..01d1b9408 100644 --- a/src/kitemviews/kitemlistcontroller.h +++ b/src/kitemviews/kitemlistcontroller.h @@ -133,19 +133,6 @@ private slots: void slotRubberBandChanged(); private: - /** - * @return Pixmap that is used for a drag operation based on the - * items given by \a indexes. - * TODO: Will be moved to KItemListView later - */ - QPixmap createDragPixmap(const QSet& indexes) const; - - /** - * @return MIME-data for the items given by \a indexes. - * TODO: Will be moved to KItemListView or KItemModelBase/KFileItemModel later. - */ - QMimeData* createMimeData(const QSet& indexes) const; - /** * Creates a QDrag object to start a drag-operation. */ -- cgit v1.3