From 83c5692f5e33c2bb239e1122811ce64ed1f144a3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 26 Dec 2011 22:16:32 +0100 Subject: Fix keyboard issues when groups are enabled When groups are enabled in Dolphin the key-up and key-down keys did not behave consistent in comparison to traditional views or like done in editors. CCBUG: 261995 CCBUG: 262038 --- src/kitemviews/kitemlistviewlayouter_p.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/kitemviews/kitemlistviewlayouter_p.h') diff --git a/src/kitemviews/kitemlistviewlayouter_p.h b/src/kitemviews/kitemlistviewlayouter_p.h index 109528c63..3d2f10906 100644 --- a/src/kitemviews/kitemlistviewlayouter_p.h +++ b/src/kitemviews/kitemlistviewlayouter_p.h @@ -107,13 +107,6 @@ public: */ int maximumVisibleItems() const; - /** - * @return Maximum number of items that can be shown in the same row - * (= vertical scrolldirection) or same column - * (= horizontal scrolldirection). - */ - int itemsPerOffset() const; - /** * @return True if the item with the index \p itemIndex * is the first item within a group. -- cgit v1.3