MCPcopy Create free account
hub / github.com/commontk/CTK / qHash

Function qHash

Libs/CommandLineModules/Core/ctkCmdLineModuleCache.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#if (QT_VERSION < QT_VERSION_CHECK(4,7,0))
32#include "ctkCommandLineModulesCoreExport.h"
33CTK_CMDLINEMODULECORE_EXPORT int qHash(const QUrl& url)
34{
35 return qHash(url.toString());
36}
37#endif
38
39struct ctkCmdLineModuleCachePrivate

Callers 2

timeStampFileNameMethod · 0.70
xmlFileNameMethod · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected