diff options
| author | Amandeep Singh <[email protected]> | 2012-08-06 17:40:30 +0530 |
|---|---|---|
| committer | Amandeep Singh <[email protected]> | 2012-08-14 20:27:55 +0530 |
| commit | cd1d45c831458f96904c12b2803c3b8fc29f17f2 (patch) | |
| tree | 4ee39ff1b15cccf5fea3a142bf9b569808f8017f /src/kitemviews/private | |
| parent | 220d0d522dd3aca740c4c2d0c1f91f277f2405fd (diff) | |
Adding the Accessibility classes
Diffstat (limited to 'src/kitemviews/private')
| -rw-r--r-- | src/kitemviews/private/kitemlistviewlayouter.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
