| 219 | } |
| 220 | |
| 221 | QSize LaunchConfigurationDialog::sizeHint() const |
| 222 | { |
| 223 | QSize s = QDialog::sizeHint(); |
| 224 | return s.expandedTo(QSize(880, 520)); |
| 225 | } |
| 226 | |
| 227 | void LaunchConfigurationDialog::createEmptyLauncher() |
| 228 | { |
nothing calls this directly
no test coverage detected