Further renamings.
This commit is contained in:
@@ -50,7 +50,7 @@ void BCTransmitter::onToggleConnectionState( bool connect )
|
||||
}
|
||||
|
||||
|
||||
void BCTransmitter::enqueueValueOp(BC::OpID opID, const BCData* value)
|
||||
void BCTransmitter::enqueueValueOp(BC::OpID opID, const BCDataItem* value)
|
||||
{
|
||||
QMutexLocker locker(&_mutex);
|
||||
_valueQueue.enqueue( value );
|
||||
@@ -83,7 +83,7 @@ void BCTransmitter::processValueOp( BC::OpID opID )
|
||||
|
||||
while (true)
|
||||
{
|
||||
const BCData* currentValue{};
|
||||
const BCDataItem* currentValue{};
|
||||
{
|
||||
QMutexLocker locker(&_mutex);
|
||||
if (_valueQueue.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user