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

Method columnCount

syncthingmodel/syncthingfilemodel.cpp:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642int SyncthingFileModel::columnCount(const QModelIndex &parent) const
643{
644 Q_UNUSED(parent)
645 return m_columns;
646}
647
648bool SyncthingFileModel::canFetchMore(const QModelIndex &parent) const
649{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected