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

Method columnCount

src/RedisView/Model/ValueTableModel.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int ValueTableModel::columnCount(const QModelIndex &parent) const
32{
33 Q_UNUSED(parent);
34 return _column;
35}
36
37QVariant ValueTableModel::data(const QModelIndex &index, int role) const
38{

Callers 1

headerDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected