| 105 | } |
| 106 | |
| 107 | int VersionSelectDialog::exec() |
| 108 | { |
| 109 | QDialog::open(); |
| 110 | m_versionWidget->initialize(m_vlist); |
| 111 | if(resizeOnColumn != -1) |
| 112 | { |
| 113 | m_versionWidget->setResizeOn(resizeOnColumn); |
| 114 | } |
| 115 | return QDialog::exec(); |
| 116 | } |
| 117 | |
| 118 | void VersionSelectDialog::selectRecommended() |
| 119 | { |
nothing calls this directly
no test coverage detected