MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / addQSavePath

Method addQSavePath

launcher/Application.cpp:2055–2059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2053}
2054
2055void Application::addQSavePath(QString path)
2056{
2057 QMutexLocker locker(&m_qsaveResourcesMutex);
2058 m_qsaveResources[path] = m_qsaveResources.value(path, 0) + 1;
2059}
2060
2061void Application::removeQSavePath(QString path)
2062{

Callers 1

addPathMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected