From cd1d45c831458f96904c12b2803c3b8fc29f17f2 Mon Sep 17 00:00:00 2001 From: Amandeep Singh Date: Mon, 6 Aug 2012 17:40:30 +0530 Subject: Adding the Accessibility classes --- src/kitemviews/private/kitemlistviewlayouter.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/kitemviews/private/kitemlistviewlayouter.h') diff --git a/src/kitemviews/private/kitemlistviewlayouter.h b/src/kitemviews/private/kitemlistviewlayouter.h index da5bd1d7d..5ca73e1ad 100644 --- a/src/kitemviews/private/kitemlistviewlayouter.h +++ b/src/kitemviews/private/kitemlistviewlayouter.h @@ -164,6 +164,11 @@ public: */ void markAsDirty(); + inline int columnCount() const + { + return m_columnCount; + } + #ifndef QT_NO_DEBUG /** * @return True if the layouter has been marked as dirty and hence has -- cgit v1.3.1