Cleanups.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user