MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / addQSavePath

Method addQSavePath

launcher/Application.cpp:2029–2033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2027}
2028
2029void Application::addQSavePath(QString path)
2030{
2031 QMutexLocker locker(&m_qsaveResourcesMutex);
2032 m_qsaveResources[path] = m_qsaveResources.value(path, 0) + 1;
2033}
2034
2035void Application::removeQSavePath(QString path)
2036{

Callers 1

addPathMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected