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