Further renamings.

This commit is contained in:
2025-12-23 11:09:26 +01:00
parent 03381ea705
commit 01912c75ef
14 changed files with 62 additions and 62 deletions

View File

@@ -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())