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

Method setName

YACReaderLibrary/db/reading_list_item.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void LabelItem::setName(const QString &name)
124{
125 if (itemData.count() > Name) {
126 itemData[Name] = name;
127 }
128}
129
130qulonglong LabelItem::getId() const
131{

Callers 1

renameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected