MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getThemedIcon

Method getThemedIcon

launcher/Application.cpp:1375–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375QIcon Application::getThemedIcon(const QString& name)
1376{
1377 if (name == "logo") {
1378 return QIcon(":/" + BuildConfig.LAUNCHER_SVGFILENAME);
1379 }
1380 return QIcon::fromTheme(name);
1381}
1382
1383bool Application::openJsonEditor(const QString& filename)
1384{

Callers 15

dataMethod · 0.80
MainWindowMethod · 0.80
defaultAccountChangedMethod · 0.80
updateIconsMethod · 0.80
iconMethod · 0.80
iconMethod · 0.80
dataMethod · 0.80
dataMethod · 0.80
iconMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected