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

Function getUsvfsVersionString

src/shared/util.cpp:256–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256QString getUsvfsVersionString()
257{
258 const QString dll = getUsvfsDLLVersion();
259 const QString header = USVFS_VERSION_STRING;
260
261 QString usvfsVersion;
262
263 if (dll == header) {
264 return dll;
265 } else {
266 return "dll is " + dll + ", compiled against " + header;
267 }
268}
269
270void SetThisThreadName(const QString& s)
271{

Callers 2

setupMethod · 0.85
AboutDialogMethod · 0.85

Calls 1

getUsvfsDLLVersionFunction · 0.85

Tested by

no test coverage detected