Cleanups.

This commit is contained in:
2026-01-02 16:25:21 +01:00
parent acbd80c446
commit 26d7f726d4
109 changed files with 565 additions and 6171 deletions

View File

@@ -59,12 +59,12 @@ public slots:
// Slots für Rückmeldungen vom Runner
void onValueUpdated( BCDevice::ID deviceID, int index, BCValue::State state, const QString& newValue="" );
void onSyncFromDevice();
void onSyncDeviceView();
signals:
// Internes Signal, um Daten an den Worker Thread zu senden
void requestValueUpdate( const BCValuePtr value);
void requestValueUpdate( BCValuePtrConst value);
protected: