Reworked value handling.

This commit is contained in:
Christoph Holzheuer
2026-01-19 16:44:52 +01:00
parent 4309d2231e
commit 8639529bbe
12 changed files with 95 additions and 80 deletions

View File

@@ -68,7 +68,7 @@ void BCDeviceView::setDeviceID( BCDevice::ID deviceID )
_devideID = deviceID;
}
BCDevice::ID BCDeviceView::getDeviceID() const
BCDevice::ID BCDeviceView::deviceID() const
{
return _devideID;
}