| 97 | } |
| 98 | |
| 99 | void VersionListView::updateEmptyViewPort() |
| 100 | { |
| 101 | #ifndef QT_NO_ACCESSIBILITY |
| 102 | setAccessibleDescription(currentEmptyString()); |
| 103 | #endif /* !QT_NO_ACCESSIBILITY */ |
| 104 | |
| 105 | if (!m_itemCount) { |
| 106 | viewport()->update(); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | void VersionListView::paintEvent(QPaintEvent* event) |
| 111 | { |