diff options
| author | Peter Penz <[email protected]> | 2007-11-20 21:11:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-20 21:11:48 +0000 |
| commit | e46003aca365ca66ce7c7cccd47fb52d1da2fb91 (patch) | |
| tree | ea8b80800a5986f0e47f90e93c2b70f270af8a87 /src/dolphindetailsview.h | |
| parent | ddacabc391ddfe95dff909a00946182dc15f9990 (diff) | |
Drag & drop fixes for all views: assure that a consistent pixmap for the drag object is used throughout all views (still open yet: KCategorizedView uses its custom code yet)
svn path=/trunk/KDE/kdebase/apps/; revision=739322
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index f00b263d1..1b21690c0 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -51,6 +51,7 @@ protected: virtual void mousePressEvent(QMouseEvent* event); virtual void mouseMoveEvent(QMouseEvent* event); virtual void mouseReleaseEvent(QMouseEvent* event); + virtual void startDrag(Qt::DropActions supportedActions); virtual void dragEnterEvent(QDragEnterEvent* event); virtual void dragLeaveEvent(QDragLeaveEvent* event); virtual void dragMoveEvent(QDragMoveEvent* event); |
