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

Method getThemedIcon

launcher/Application.cpp:1217–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217QIcon Application::getThemedIcon(const QString& name)
1218{
1219 if(name == "logo") {
1220 return QIcon(":/logo.svg");
1221 }
1222 return XdgIcon::fromTheme(name);
1223}
1224
1225bool Application::openJsonEditor(const QString &filename)
1226{

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