Compiles again.
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
public slots:
|
||||
|
||||
void onToggleConnectionState( bool connect );
|
||||
void enqueueValueOp(const BCValue& value );
|
||||
void enqueueValueOp(const BCValuePtr value );
|
||||
void processValueOp();
|
||||
|
||||
signals:
|
||||
@@ -74,7 +74,7 @@ signals:
|
||||
|
||||
private:
|
||||
|
||||
using BCDataQueue = QQueue<BCValue>;
|
||||
using BCDataQueue = QQueue<BCValuePtr>;
|
||||
|
||||
BCDataQueue _valueQueue;
|
||||
QMutex _mutex;
|
||||
|
||||
Reference in New Issue
Block a user