┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-12-26 22:16:32 +0100
committerPeter Penz <[email protected]>2011-12-26 22:22:50 +0100
commit118fe89449a6e94065a0b30748f4f854b2fbeb27 (patch)
tree7907ffd0445cb97dcd391987be95eb43f3920178 /src/kitemviews/kitemlistview.h
parent4dc571401662e6f8ac8c90aa2d74c071c9d73076 (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.h9
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;