From 0abbaf9e11d166da461bb33bc6abeb5ddfb5fa2c Mon Sep 17 00:00:00 2001 From: Rafael Fernández López Date: Mon, 25 Jun 2007 20:21:35 +0000 Subject: Draw dragged items. Better conditions (more accurate to our behavior, hey ! we have columnview too...) CCMAIL: peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=680283 --- src/klistview_p.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/klistview_p.h') diff --git a/src/klistview_p.h b/src/klistview_p.h index 4a0a53f9b..d8f12a512 100644 --- a/src/klistview_p.h +++ b/src/klistview_p.h @@ -98,6 +98,11 @@ public: */ void updateScrollbars(); + /** + * This method will draw dragged items + */ + void drawDraggedItems(QPainter *painter); + // Attributes @@ -113,6 +118,7 @@ public: // Behavior data bool mouseButtonPressed; + bool isDragging; QModelIndex hovered; QPoint initialPressPosition; QPoint mousePosition; -- cgit v1.3