diff options
| author | Peter Penz <[email protected]> | 2011-12-26 22:16:32 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-26 22:22:04 +0100 |
| commit | 83c5692f5e33c2bb239e1122811ce64ed1f144a3 (patch) | |
| tree | 5f7d1d3c96327697925103e16295b897fe5dd7af /src/kitemviews/kitemlistviewlayouter_p.h | |
| parent | 6212ac6053705cad16efda10415421681f575755 (diff) | |
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
Diffstat (limited to 'src/kitemviews/kitemlistviewlayouter_p.h')
| -rw-r--r-- | src/kitemviews/kitemlistviewlayouter_p.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -108,13 +108,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. */ |
