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

Method javalist

launcher/Application.cpp:1367–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1365}
1366
1367std::shared_ptr<JavaInstallList> Application::javalist()
1368{
1369 if (!m_javalist) {
1370 m_javalist.reset(new JavaInstallList());
1371 }
1372 return m_javalist;
1373}
1374
1375QIcon Application::getThemedIcon(const QString& name)
1376{

Callers 4

initializeMethod · 0.80
executeTaskMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected