diff options
| author | Frank Reininghaus <[email protected]> | 2011-08-14 17:18:14 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2011-08-14 17:19:47 +0200 |
| commit | a7060e6fec46c859000fe963ddf1f8381246741d (patch) | |
| tree | cdfffd6c3b3ac5e5b1f647623c35b3a81d7fa78f /src/kitemviews/kitemlistviewlayouter_p.h | |
| parent | 188d1a9c7d11db2a98f5110fce6ff03afffcb2db (diff) | |
Enable switching rows or columns using the keyboard
Diffstat (limited to 'src/kitemviews/kitemlistviewlayouter_p.h')
| -rw-r--r-- | src/kitemviews/kitemlistviewlayouter_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistviewlayouter_p.h b/src/kitemviews/kitemlistviewlayouter_p.h index 775e9ff85..f774814eb 100644 --- a/src/kitemviews/kitemlistviewlayouter_p.h +++ b/src/kitemviews/kitemlistviewlayouter_p.h @@ -69,6 +69,8 @@ public: int maximumVisibleItems() const; + int itemsPerOffset() const; + /** * @return True if the item with the index \p itemIndex * is the first item within a group. |
