From 1a9ba8ee7d6d7cd624f5a299141bf4069a7cdeab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 15 Jun 2023 10:00:56 +0200 Subject: [PATCH] Network-chat example: Remove unused constant Change-Id: I29768a38136af026c8613a47adea390f11ff46a9 Reviewed-by: Konrad Kujawa Reviewed-by: Thiago Macieira --- examples/network/network-chat/connection.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/network/network-chat/connection.h b/examples/network/network-chat/connection.h index 77c116cf6b..d877b17627 100644 --- a/examples/network/network-chat/connection.h +++ b/examples/network/network-chat/connection.h @@ -12,8 +12,6 @@ #include #include -static const int MaxBufferSize = 1024000; - class Connection : public QTcpSocket { Q_OBJECT