| 23 | } |
| 24 | |
| 25 | SyncthingDeviceModel::SyncthingDeviceModel(SyncthingConnection &connection, QObject *parent) |
| 26 | : SyncthingModel(connection, parent) |
| 27 | , m_devs(connection.devInfo()) |
| 28 | { |
| 29 | updateRowCount(); |
| 30 | connect(&m_connection, &SyncthingConnection::devStatusChanged, this, &SyncthingDeviceModel::devStatusChanged); |
| 31 | } |
| 32 | |
| 33 | QHash<int, QByteArray> SyncthingDeviceModel::roleNames() const |
| 34 | { |