MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / createStringListsWrapper

Function createStringListsWrapper

src/Settings/ValueWrapper.cpp:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304Wrapper<QVariantList> *createStringListsWrapper(const QString &type)
305{
306 if (type.isEmpty() || type == "StringListsItem")
307 return new StringListsItemWrapper();
308 return nullptr;
309}

Callers 1

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected