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/kitemlistview.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/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index 90f753087..d44a08c02 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -202,15 +202,6 @@ public: */ void scrollToItem(int index); - /** - * @return The number of items that can be shown in parallel for one offset. - * Assuming the scrolldirection is vertical then a value of 4 means - * that 4 columns for items are available. Assuming the scrolldirection - * is horizontal then a value of 4 means that 4 lines for items are - * available. - */ - int itemsPerOffset() const; - void beginTransaction(); void endTransaction(); bool isTransactionActive() const; |
