Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ name
Method
name
YACReaderLibrary/db/reading_list_model.cpp:483–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
}
482
483
QString ReadingListModel::name(const QModelIndex &mi)
484
{
485
return data(mi, Qt::DisplayRole).toString();
486
}
487
488
void ReadingListModel::rename(const QModelIndex &mi, const QString &name)
489
{
Callers
1
addLabelIntoList
Method · 0.45
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected