MCPcopy 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
483QString ReadingListModel::name(const QModelIndex &mi)
484{
485 return data(mi, Qt::DisplayRole).toString();
486}
487
488void ReadingListModel::rename(const QModelIndex &mi, const QString &name)
489{

Callers 1

addLabelIntoListMethod · 0.45

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected