Cosmetics.

This commit is contained in:
2025-12-18 18:39:52 +01:00
parent 2acf280c55
commit 1d558198c9
4 changed files with 58 additions and 4 deletions

View File

@@ -90,12 +90,12 @@ void BCValueManager::onToggleConnectionState( bool connect )
}
qDebug() << " ---HAIL to the kings: " << hwVersion;
}
}
std::optional<BCValueModel*> BCValueManager::getModel(const QString& key )
{
if( _valueModels.contains( key) )