| 42 | } |
| 43 | |
| 44 | void VersionSelectWidget::setCurrentVersion(const QString& version) |
| 45 | { |
| 46 | m_currentVersion = version; |
| 47 | m_proxyModel->setCurrentVersion(version); |
| 48 | } |
| 49 | |
| 50 | void VersionSelectWidget::setEmptyString(QString emptyString) |
| 51 | { |
no outgoing calls
no test coverage detected