Compiles again.

This commit is contained in:
2026-01-02 01:52:48 +01:00
parent fc5ab611bd
commit acbd80c446
5 changed files with 14 additions and 11 deletions

View File

@@ -256,7 +256,7 @@ void BCMainWindow::onSyncFromDevice()
// wir setze
// statt '_transmitter.enqueueValueCommand( value )' entkoppeln
// wir das eleganter über emit requestValueUpdate()
//emit requestValueUpdate( value);
emit requestValueUpdate( value);
}