Move value flags to bcvalue class definition.
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
public slots:
|
||||
|
||||
void onValueListReady( BCDevice::ID deviceID, BCValueList valueList );
|
||||
void onValueUpdated( int index, BC::State state, const QString& newVisibleValue="" );
|
||||
void onValueUpdated( int index, BCValue::State state, const QString& newVisibleValue="" );
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user