| 122 | } |
| 123 | |
| 124 | int SyncthingErrorModel::columnCount(const QModelIndex &parent) const |
| 125 | { |
| 126 | return parent.isValid() ? 0 : 2; // time, message |
| 127 | } |
| 128 | |
| 129 | void SyncthingErrorModel::handleConfigInvalidated() |
| 130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected