Removed extra line breaks
This commit is contained in:
parent
d1658564f9
commit
04e1705697
1 changed files with 1 additions and 3 deletions
|
@ -70,11 +70,9 @@ void DevicesModel::deviceRemoved(const QString& id)
|
||||||
void DevicesModel::deviceStatusChanged(const QString& id)
|
void DevicesModel::deviceStatusChanged(const QString& id)
|
||||||
{
|
{
|
||||||
Q_UNUSED(id);
|
Q_UNUSED(id);
|
||||||
//FIXME: Emitting dataChanged does not invalidate the view, refreshDeviceList does
|
//FIXME: Emitting dataChanged does not invalidate the view, refreshDeviceList does.
|
||||||
//Q_EMIT dataChanged(index(0),index(rowCount()));
|
//Q_EMIT dataChanged(index(0),index(rowCount()));
|
||||||
refreshDeviceList();
|
refreshDeviceList();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DevicesModel::refreshDeviceList()
|
void DevicesModel::refreshDeviceList()
|
||||||
|
|
Loading…
Reference in a new issue