Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
void LabelItem::setName(const QString &name)
124
{
125
if (itemData.count() > Name) {
126
itemData[Name] = name;
127
}
128
}
129
130
qulonglong LabelItem::getId() const
131
{
Callers
1
rename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected