┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-06-27 23:23:41 +0000
committerRafael Fernández López <[email protected]>2007-06-27 23:23:41 +0000
commitba6c853219c78e4e2a491d416b94e4e4c1aef591 (patch)
tree010ada523bfb7e7fd4f1a2de3fe12f1727dc80fd /src/klistview.h
parentc05153ac9b8bf19c05ef28a86b0785ea6799d901 (diff)
Add needed method for keyboard navigation
svn path=/trunk/KDE/kdebase/apps/; revision=681118
Diffstat (limited to 'src/klistview.h')
-rw-r--r--src/klistview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/klistview.h b/src/klistview.h
index fc9599111..6626db3d5 100644
--- a/src/klistview.h
+++ b/src/klistview.h
@@ -72,6 +72,9 @@ protected:
virtual void dragLeaveEvent(QDragLeaveEvent *event);
+ virtual QModelIndex moveCursor(CursorAction cursorAction,
+ Qt::KeyboardModifiers modifiers);
+
protected Q_SLOTS:
virtual void rowsInserted(const QModelIndex &parent,
int start,