X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fnetwork.cpp;h=4117bf0fbc2679818ff2da670992c7a616ba5830;hb=2be95cddca23b7815704262209152d44c7d146b6;hp=af5f00e96b4277acd31065db50908ffe5229e127;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/common/network.cpp b/src/common/network.cpp index af5f00e9..4117bf0f 100644 --- a/src/common/network.cpp +++ b/src/common/network.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -1156,8 +1156,8 @@ QDataStream& operator<<(QDataStream& out, const NetworkInfo& info) i["CodecForServer"] = info.codecForServer; i["CodecForEncoding"] = info.codecForEncoding; i["CodecForDecoding"] = info.codecForDecoding; - i["NetworkId"] = QVariant::fromValue(info.networkId); - i["Identity"] = QVariant::fromValue(info.identity); + i["NetworkId"] = QVariant::fromValue(info.networkId); + i["Identity"] = QVariant::fromValue(info.identity); i["MessageRateBurstSize"] = info.messageRateBurstSize; i["MessageRateDelay"] = info.messageRateDelay; i["AutoReconnectInterval"] = info.autoReconnectInterval;