┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-06-25 20:21:35 +0000
committerRafael Fernández López <[email protected]>2007-06-25 20:21:35 +0000
commit0abbaf9e11d166da461bb33bc6abeb5ddfb5fa2c (patch)
treeee78f857ef4340644902bc14cddc0f9c2032025d /src/klistview.h
parentad3beec4b22f5e119879b2f312ba7180d99a4bf6 (diff)
Draw dragged items. Better conditions (more accurate to our behavior, hey ! we have columnview too...)
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680283
Diffstat (limited to 'src/klistview.h')
-rw-r--r--src/klistview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/klistview.h b/src/klistview.h
index 175d3a1ac..1ef6feed4 100644
--- a/src/klistview.h
+++ b/src/klistview.h
@@ -68,6 +68,8 @@ protected:
virtual void startDrag(Qt::DropActions supportedActions);
+ virtual void dragMoveEvent(QDragMoveEvent *event);
+
protected Q_SLOTS:
virtual void rowsInserted(const QModelIndex &parent,
int start,