X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.h;h=5aeafcae136037b8d06ac2ae2c6b2857f284c8dc;hp=3bc93d31b50d396529fb669ab0fd2a26301386c6;hb=208ccb6d91ebb3c26a67c35c11411ba3ab27708a;hpb=d1d1e6ef1d2073d629bf54fd8e0d31f647f9cb88 diff --git a/src/common/protocols/legacy/legacypeer.h b/src/common/protocols/legacy/legacypeer.h index 3bc93d31..5aeafcae 100644 --- a/src/common/protocols/legacy/legacypeer.h +++ b/src/common/protocols/legacy/legacypeer.h @@ -82,6 +82,9 @@ private: void handlePackedFunc(const QVariant &packedFunc); void dispatchPackedFunc(const QVariantList &packedFunc); + void toLegacyIrcUsersAndChannels(QVariantMap &initData); + void fromLegacyIrcUsersAndChannels(QVariantMap &initData); + QDataStream _stream; quint32 _blockSize; bool _useCompression;