| 79 | } |
| 80 | |
| 81 | void VersionListView::setEmptyString(QString emptyString) |
| 82 | { |
| 83 | m_emptyString = emptyString; |
| 84 | updateEmptyViewPort(); |
| 85 | } |
| 86 | |
| 87 | void VersionListView::setEmptyErrorString(QString emptyErrorString) |
| 88 | { |
no outgoing calls
no test coverage detected