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

Method headerData

src/model/DeviceModel.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197QVariant DeviceModel::headerData(int, Qt::Orientation, int) const {
198 return {};
199}
200
201QVariant DeviceModel::deviceField(const QModelIndex &index,
202 const QString &field) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected