Fix coding style
This commit is contained in:
parent
5000ae2cf6
commit
1a9c2dbc4c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ void Daemon::forceOnNetworkChange()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Device*Daemon::getDevice(const QString& deviceId)
|
Device* Daemon::getDevice(const QString& deviceId)
|
||||||
{
|
{
|
||||||
for (Device* device : qAsConst(d->m_devices)) {
|
for (Device* device : qAsConst(d->m_devices)) {
|
||||||
if (device->id() == deviceId) {
|
if (device->id() == deviceId) {
|
||||||
|
|
Loading…
Reference in a new issue