MCPcopy Create free account
hub / github.com/comaps/comaps / GetSkinGeneratorPath

Function GetSkinGeneratorPath

qt/build_style/build_skins.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59QString GetSkinGeneratorPath()
60{
61 QString const path = GetExternalPath("skin_generator_tool", "skin_generator_tool.app/Contents/MacOS", "");
62 if (path.isEmpty())
63 throw std::runtime_error("Can't find skin_generator_tool");
64 ASSERT(QFileInfo::exists(path), (path.toStdString()));
65 return path;
66}
67
68class RAII
69{

Callers 1

BuildSkinImplFunction · 0.85

Calls 3

GetExternalPathFunction · 0.85
ASSERTFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected