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

Method updateNotAvailable

launcher/ui/MainWindow.cpp:1244–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244void MainWindow::updateNotAvailable()
1245{
1246 UpdateDialog dlg(false, this);
1247 dlg.exec();
1248}
1249
1250QList<int> stringToIntList(const QString &string)
1251{

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected