MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / selectTab

Method selectTab

src/modinfodialog.cpp:326–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void 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
337ModInfoDialog::TabInfo* ModInfoDialog::currentTab()
338{

Callers 1

displayModInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected