| 80 | } |
| 81 | |
| 82 | void VersionListView::updateEmptyViewPort() |
| 83 | { |
| 84 | #ifndef QT_NO_ACCESSIBILITY |
| 85 | setAccessibleDescription(currentEmptyString()); |
| 86 | #endif /* !QT_NO_ACCESSIBILITY */ |
| 87 | |
| 88 | if(!m_itemCount) |
| 89 | { |
| 90 | viewport()->update(); |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | void VersionListView::paintEvent(QPaintEvent *event) |
| 95 | { |