Move value flags to bcvalue class definition.
This commit is contained in:
@@ -56,12 +56,12 @@ public:
|
||||
public slots:
|
||||
|
||||
void onToggleConnectionState( bool connect );
|
||||
void enqueueValueOp(BC::OpID opID, const BCValue* value );
|
||||
void processValueOp(BC::OpID opID);
|
||||
void enqueueValueOp(BCValue::OpID opID, const BCValue* value );
|
||||
void processValueOp(BCValue::OpID opID);
|
||||
|
||||
signals:
|
||||
|
||||
void valueUpdated(BCDevice::ID deviceID, int index, BC::State state, const QString& newValue="" );
|
||||
void valueUpdated(BCDevice::ID deviceID, int index, BCValue::State state, const QString& newValue="" );
|
||||
void messageLogged(const QString& msg);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user