MCPcopy Create free account
hub / github.com/cc20110101/RedisView / setText

Method setText

src/RedisView/Model/KeyTreeModel.cpp:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242bool KeyTreeModel::setText(KeyTreeItem * item, const QString &value) {
243 return setData(indexFromItem(item),value,Qt::EditRole);
244}
245
246bool KeyTreeModel::setData(const QModelIndex &index, const QVariant &value, int role)
247{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected