┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-06-26 14:23:44 +0000
committerRafael Fernández López <[email protected]>2007-06-26 14:23:44 +0000
commit964d7125b252077f1264cbd4d2610e4a12f150cb (patch)
treeb1d0e73e64dffd88e0ce8399cf69a15f841b2acc /src/klistview.h
parent14a666ce8d7cc980b2d14a4499c250dc15c1a998 (diff)
Faster selections
svn path=/trunk/KDE/kdebase/apps/; revision=680550
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 1ef6feed4..fc9599111 100644
--- a/src/klistview.h
+++ b/src/klistview.h
@@ -70,6 +70,8 @@ protected:
virtual void dragMoveEvent(QDragMoveEvent *event);
+ virtual void dragLeaveEvent(QDragLeaveEvent *event);
+
protected Q_SLOTS:
virtual void rowsInserted(const QModelIndex &parent,
int start,