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

Method headerData

src/RedisView/Model/KeyTreeModel.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151QVariant KeyTreeModel::headerData(int section, Qt::Orientation orientation,
152 int role) const
153{
154 Q_UNUSED(section)
155 if (orientation == Qt::Horizontal && role == Qt::DisplayRole)
156 return headerInfo;
157
158 return QVariant();
159}
160
161QModelIndex KeyTreeModel::index(int row, int column, const QModelIndex &parent) const
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected