MCPcopy Create free account
hub / github.com/Martchus/tageditor / propertyString

Function propertyString

cli/scriptapi.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263static QString propertyString(const QJSValue &obj, const QString &propertyName)
264{
265 const auto val = obj.property(propertyName);
266 return val.isUndefined() || val.isNull() ? QString() : val.toString();
267}
268
269QtGui::SongDescription UtilityObject::makeSongDescription(const QJSValue &obj)
270{

Callers 1

makeSongDescriptionMethod · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected