MCPcopy Create free account
hub / github.com/YACReader/yacreader / name

Method name

YACReaderLibrary/db/reading_list_item.cpp:112–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112QString LabelItem::name() const
113{
114 if (itemData.count() > Name) {
115 return itemData.at(Name).toString();
116 }
117
118 QLOG_WARN() << "Name for label item not available";
119
120 return "";
121}
122
123void LabelItem::setName(const QString &name)
124{

Callers 2

makeThemeFunction · 0.45
appendChildMethod · 0.45

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected