From b73472735f2ca821c8264623059d80b43e5215b9 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 25 Dec 2018 01:04:22 +0100 Subject: [PATCH] Remove comment --- core/networkpacket.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/networkpacket.h b/core/networkpacket.h index a19d0a21b..1391ae1e4 100644 --- a/core/networkpacket.h +++ b/core/networkpacket.h @@ -46,7 +46,6 @@ class KDECONNECTCORE_EXPORT NetworkPacket public: - //const static QCA::EncryptionAlgorithm EncryptionAlgorithm; const static int s_protocolVersion; explicit NetworkPacket(const QString& type = QStringLiteral("empty"), const QVariantMap& body = {});