X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.h;h=8d91c6b63d6cabd31290ea53954e526b8f10b392;hp=718cc45bb61e758d97f39eb4e9e9bb5eff2130c6;hb=cf8ba1e2fc36cba287e74e06223060cdfd2cc538;hpb=85c06c037fa8cc34ceb7c4b8b73ef692c1ce6166;ds=sidebyside diff --git a/src/common/protocols/legacy/legacypeer.h b/src/common/protocols/legacy/legacypeer.h index 718cc45b..8d91c6b6 100644 --- a/src/common/protocols/legacy/legacypeer.h +++ b/src/common/protocols/legacy/legacypeer.h @@ -84,7 +84,7 @@ private: void dispatchPackedFunc(const QVariantList &packedFunc); QDataStream _stream; - qint32 _blockSize; + quint32 _blockSize; bool _useCompression; };