Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1226
void MainWindow::updateNotAvailable()
1227
{
1228
UpdateDialog dlg(false, this);
1229
dlg.exec();
1230
}
1231
1232
QList<int> stringToIntList(const QString &string)
1233
{
Callers
nothing calls this directly
Calls
1
exec
Method · 0.45
Tested by
no test coverage detected