| 122 | } |
| 123 | |
| 124 | int VersionSelectDialog::exec() |
| 125 | { |
| 126 | QDialog::open(); |
| 127 | m_versionWidget->initialize(m_vlist, true); |
| 128 | m_versionWidget->selectSearch(); |
| 129 | if (resizeOnColumn != -1) { |
| 130 | m_versionWidget->setResizeOn(resizeOnColumn); |
| 131 | } |
| 132 | return QDialog::exec(); |
| 133 | } |
| 134 | |
| 135 | void VersionSelectDialog::selectRecommended() |
| 136 | { |
nothing calls this directly
no test coverage detected