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

Method clear

src/RedisView/Model/ValueTableModel.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void ValueTableModel::clear() {
171 beginResetModel();
172 rootItem->clear();
173 _column = 0;
174 flagsData.clear();
175 endResetModel();
176}
177
178Qt::ItemFlags ValueTableModel::flags(const QModelIndex &index) const
179{

Callers 1

setColumnCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected