summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMårten Nordheim <[email protected]>2023-06-15 10:00:56 +0200
committerMårten Nordheim <[email protected]>2023-06-22 16:04:42 +0200
commit1a9ba8ee7d6d7cd624f5a299141bf4069a7cdeab (patch)
tree0deae5aed494d0a835d4154b8b3b7236d0611b4d /examples
parent0471df79871bd9e12c8b7e17f0ebe360bdba2be9 (diff)
Network-chat example: Remove unused constant
Change-Id: I29768a38136af026c8613a47adea390f11ff46a9 Reviewed-by: Konrad Kujawa <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/network/network-chat/connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/network/network-chat/connection.h b/examples/network/network-chat/connection.h
index 77c116cf6b5..d877b176279 100644
--- a/examples/network/network-chat/connection.h
+++ b/examples/network/network-chat/connection.h
@@ -12,8 +12,6 @@
#include <QTcpSocket>
#include <QTimer>
-static const int MaxBufferSize = 1024000;
-
class Connection : public QTcpSocket
{
Q_OBJECT