| 372 | } |
| 373 | |
| 374 | void SetupWizardDialog::resizeDirectoryListColumns() |
| 375 | { |
| 376 | QtUtils::ResizeColumnsForTableView(m_ui.searchDirectoryList, {-1, 100}); |
| 377 | } |
| 378 | |
| 379 | void SetupWizardDialog::setupControllerPage() |
| 380 | { |
nothing calls this directly
no test coverage detected