Try BCValue as smartptr
This commit is contained in:
@@ -64,9 +64,7 @@ public slots:
|
||||
signals:
|
||||
|
||||
// Internes Signal, um Daten an den Worker Thread zu senden
|
||||
void requestValueUpdate( BCValue::OpID, const BCValue* cmd);
|
||||
//void valuedTouched(const BCValue& cmd);
|
||||
void valueTouched(int indexRow );
|
||||
void requestValueUpdate( const BCValue& value);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user