MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / columnCount

Method columnCount

src/model/DeviceModel.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182int DeviceModel::columnCount(const QModelIndex &) const {
183 return 1;
184}
185
186QVariant DeviceModel::data(const QModelIndex &index, int role) const {
187 if (!index.isValid())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected