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

Method addQSavePath

launcher/Application.cpp:1911–1915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909}
1910
1911void Application::addQSavePath(QString path)
1912{
1913 QMutexLocker locker(&m_qsaveResourcesMutex);
1914 m_qsaveResources[path] = m_qsaveResources.value(path, 0) + 1;
1915}
1916
1917void Application::removeQSavePath(QString path)
1918{

Callers 1

addPathMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected