mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
quiet warning
This commit is contained in:
parent
804d4a0963
commit
b8cdf1a318
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,6 @@ protected:
|
|||
void handleNodeKill(const SharedNodePointer& node);
|
||||
|
||||
QUuid _sessionUUID;
|
||||
bool _thisNodeCanAdjustLocks;
|
||||
NodeHash _nodeHash;
|
||||
QReadWriteLock _nodeMutex;
|
||||
QUdpSocket _nodeSocket;
|
||||
|
@ -230,6 +229,7 @@ protected:
|
|||
int _numCollectedBytes;
|
||||
|
||||
QElapsedTimer _packetStatTimer;
|
||||
bool _thisNodeCanAdjustLocks;
|
||||
|
||||
template<typename IteratorLambda>
|
||||
void eachNodeHashIterator(IteratorLambda functor) {
|
||||
|
|
Loading…
Reference in a new issue