Changed copyright notice.

This commit is contained in:
2026-01-03 23:51:14 +01:00
parent 3a132bb584
commit 193579e798
23 changed files with 106 additions and 312 deletions

View File

@@ -1,7 +1,7 @@
/***************************************************************************
BionxControl
Copyright © 2025 christoph holzheuer
© 2025 -2026 christoph holzheuer
christoph.holzheuer@gmail.com
Using:
@@ -78,8 +78,8 @@ void BCDeviceView::onValueListReady( BCDevice::ID deviceID, BCValueList valueLis
}
void BCDeviceView::onValueUpdated(int index, BCValue::State state, const QString& newVisibleValue )
{
_valueModel.onValueUpdated( index,state,newVisibleValue);
{
_valueModel.onValueUpdated( index, state, newVisibleValue);
_itemDelegate->onHighlightRow( index );
}