| 240 | } |
| 241 | |
| 242 | bool KeyTreeModel::setText(KeyTreeItem * item, const QString &value) { |
| 243 | return setData(indexFromItem(item),value,Qt::EditRole); |
| 244 | } |
| 245 | |
| 246 | bool KeyTreeModel::setData(const QModelIndex &index, const QVariant &value, int role) |
| 247 | { |
nothing calls this directly
no outgoing calls
no test coverage detected