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

Method getThemedIcon

launcher/Application.cpp:1274–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272}
1273
1274QIcon Application::getThemedIcon(const QString& name)
1275{
1276 if(name == "logo") {
1277 return QIcon(":/logo.svg");
1278 }
1279 return XdgIcon::fromTheme(name);
1280}
1281
1282bool Application::openJsonEditor(const QString &filename)
1283{

Callers 15

dataMethod · 0.80
createMainToolbarMethod · 0.80
createNewsToolbarMethod · 0.80
createInstanceToolbarMethod · 0.80
setupUiMethod · 0.80
MainWindowMethod · 0.80
defaultAccountChangedMethod · 0.80
iconMethod · 0.80
iconMethod · 0.80
dataMethod · 0.80
iconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected