diff options
| author | Peter Penz <[email protected]> | 2011-08-24 18:11:55 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-24 18:12:52 +0200 |
| commit | 84010807786c352aaeb2320caf27e5f9048d8dec (patch) | |
| tree | 5b9c5fe51b397bcc906f51061dc20303ed744c1d /src/kitemviews/kitemlistcontroller.h | |
| parent | 6e0d247d3101eb131a636e885947a6dde313422c (diff) | |
Interface cleanups for drag and drop support
Diffstat (limited to 'src/kitemviews/kitemlistcontroller.h')
| -rw-r--r-- | src/kitemviews/kitemlistcontroller.h | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ -134,19 +134,6 @@ private slots: 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<int>& 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<int>& indexes) const; - - /** * Creates a QDrag object to start a drag-operation. */ void startDragging(); |
