| 62 | } |
| 63 | |
| 64 | void VersionListView::setEmptyString(QString emptyString) |
| 65 | { |
| 66 | m_emptyString = emptyString; |
| 67 | updateEmptyViewPort(); |
| 68 | } |
| 69 | |
| 70 | void VersionListView::setEmptyErrorString(QString emptyErrorString) |
| 71 | { |
no outgoing calls
no test coverage detected