MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / columnCount

Method columnCount

syncthingmodel/syncthingerrormodel.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int SyncthingErrorModel::columnCount(const QModelIndex &parent) const
125{
126 return parent.isValid() ? 0 : 2; // time, message
127}
128
129void SyncthingErrorModel::handleConfigInvalidated()
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected