diff options
| author | Amandeep Singh <[email protected]> | 2012-09-22 23:48:54 +0530 |
|---|---|---|
| committer | Amandeep Singh <[email protected]> | 2012-09-22 23:49:15 +0530 |
| commit | 1b5b731621ea79cff04f745890693ebe060515cc (patch) | |
| tree | 0c1affff815043ddffa3151e90e36fe83fc19442 /src/kitemviews/private | |
| parent | f1b822d926316d739ec10d8b05917b6b0c2d92b5 (diff) | |
| parent | 990c7d260ffdca52496d05b88b763ab4566b8c0a (diff) | |
Merge branch for accessibility
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 |
