| 640 | } |
| 641 | |
| 642 | int SyncthingFileModel::columnCount(const QModelIndex &parent) const |
| 643 | { |
| 644 | Q_UNUSED(parent) |
| 645 | return m_columns; |
| 646 | } |
| 647 | |
| 648 | bool SyncthingFileModel::canFetchMore(const QModelIndex &parent) const |
| 649 | { |
nothing calls this directly
no outgoing calls
no test coverage detected