MCPcopy Create free account
hub / github.com/MultiMC/Launcher / exec

Method exec

launcher/ui/dialogs/VersionSelectDialog.cpp:107–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int VersionSelectDialog::exec()
108{
109 QDialog::open();
110 m_versionWidget->initialize(m_vlist);
111 if(resizeOnColumn != -1)
112 {
113 m_versionWidget->setResizeOn(resizeOnColumn);
114 }
115 return QDialog::exec();
116}
117
118void VersionSelectDialog::selectRecommended()
119{

Callers

nothing calls this directly

Calls 2

initializeMethod · 0.45
setResizeOnMethod · 0.45

Tested by

no test coverage detected