diff options
| author | Peter Penz <[email protected]> | 2012-05-26 13:40:48 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-26 13:41:30 +0200 |
| commit | 073f8cae13f2637c0bf2f5611295e103418d52ff (patch) | |
| tree | 08eadfa6f69f036a04945b2c6e512bfb8207e018 /src/panels/places/placespanel.h | |
| parent | f7622d323926017b9acc4d42f05abdc4bd5ca456 (diff) | |
Further preperations for drag & drop support in the places panel
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index b3f259f56..d78b4ba61 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -28,6 +28,7 @@ class KItemListController; class PlacesItemEditDialog; class PlacesItem; class PlacesItemModel; +class QGraphicsSceneDragDropEvent; /** * @brief Combines bookmarks and mounted devices as list. @@ -54,6 +55,7 @@ private slots: void slotItemMiddleClicked(int index); void slotItemContextMenuRequested(int index, const QPointF& pos); void slotViewContextMenuRequested(const QPointF& pos); + void slotItemDropEvent(int index, QGraphicsSceneDragDropEvent* event); void slotUrlsDropped(const KUrl& dest, QDropEvent* event, QWidget* parent); void slotTrashUpdated(KJob* job); |
