MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getUsvfsDLLVersion

Function getUsvfsDLLVersion

src/shared/util.cpp:247–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247QString getUsvfsDLLVersion()
248{
249 QString s = usvfsVersionString();
250 if (s.isEmpty()) {
251 s = "?";
252 }
253 return s;
254}
255
256QString getUsvfsVersionString()
257{

Callers 1

getUsvfsVersionStringFunction · 0.85

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected