MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / exec

Method exec

launcher/ui/dialogs/VersionSelectDialog.cpp:124–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int VersionSelectDialog::exec()
125{
126 QDialog::open();
127 m_versionWidget->initialize(m_vlist, true);
128 m_versionWidget->selectSearch();
129 if (resizeOnColumn != -1) {
130 m_versionWidget->setResizeOn(resizeOnColumn);
131 }
132 return QDialog::exec();
133}
134
135void VersionSelectDialog::selectRecommended()
136{

Callers

nothing calls this directly

Calls 3

selectSearchMethod · 0.80
initializeMethod · 0.45
setResizeOnMethod · 0.45

Tested by

no test coverage detected