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

@@ -64,7 +64,7 @@ public slots:
signals:
// Internes Signal, um Daten an den Worker Thread zu senden
void requestValueUpdate( const BCValue& value);
void requestValueUpdate( const BCValuePtr value);
protected: