┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-06-21 02:18:54 +0000
committerRafael Fernández López <[email protected]>2007-06-21 02:18:54 +0000
commit689a80543f458e4ffb52de73005357212901a00c (patch)
treed1af373875c21590558ae261f07a249fa08c342b /src/klistview.h
parentc01979aff1fc8b6afba43685f58aa8d8bb9975c6 (diff)
Fix the "I can't/don't want to" finish the drag event (what is called
drop :P), and the selection rect is shown. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=678293
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 725b6e82e..175d3a1ac 100644
--- a/src/klistview.h
+++ b/src/klistview.h
@@ -66,6 +66,8 @@ protected:
virtual void leaveEvent(QEvent *event);
+ virtual void startDrag(Qt::DropActions supportedActions);
+
protected Q_SLOTS:
virtual void rowsInserted(const QModelIndex &parent,
int start,