Removed extra line breaks

This commit is contained in:
Albert Vaca 2013-08-16 00:28:07 +02:00
parent d1658564f9
commit 04e1705697

View file

@ -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()