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

Method updateNotAvailable

launcher/ui/MainWindow.cpp:1226–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224}
1225
1226void MainWindow::updateNotAvailable()
1227{
1228 UpdateDialog dlg(false, this);
1229 dlg.exec();
1230}
1231
1232QList<int> stringToIntList(const QString &string)
1233{

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected