| 343 | } |
| 344 | |
| 345 | bool RDHeaderView::hasGroupGap(int columnIndex) const |
| 346 | { |
| 347 | if(columnIndex >= 0 && columnIndex < m_sections.count()) |
| 348 | return m_sections[columnIndex].groupGap; |
| 349 | |
| 350 | return false; |
| 351 | } |
| 352 | |
| 353 | bool RDHeaderView::hasGroupTitle(int columnIndex) const |
| 354 | { |