| 324 | } |
| 325 | |
| 326 | void ModInfoDialog::selectTab(ModInfoTabIDs id) |
| 327 | { |
| 328 | if (!isVisible()) { |
| 329 | // can't select a tab if the dialog hasn't been properly updated yet |
| 330 | m_initialTab = id; |
| 331 | return; |
| 332 | } |
| 333 | |
| 334 | switchToTab(id); |
| 335 | } |
| 336 | |
| 337 | ModInfoDialog::TabInfo* ModInfoDialog::currentTab() |
| 338 | { |
no outgoing calls
no test coverage detected