From 270c3dced7e2ef6d6ac8441ab913b4ccfceaf701 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 13 Aug 2020 14:43:20 +0200 Subject: [PATCH] Remove ### comment on QT5_NULL_STRINGS Commented recommended turning it off by default in Qt 6, but Lars changed his mind once he saw how much broken on doing that. Task-number: QTBUG-85700 Change-Id: I1aeec408400978821e0e64d082dbb73cf982e54a Reviewed-by: Lars Knoll --- src/corelib/text/qbytearray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/text/qbytearray.h b/src/corelib/text/qbytearray.h index 8855f25dac..c6f74c4691 100644 --- a/src/corelib/text/qbytearray.h +++ b/src/corelib/text/qbytearray.h @@ -57,7 +57,7 @@ #include #ifndef QT5_NULL_STRINGS -// ### Should default to 0 in Qt 6.0 +// Would ideally be off, but in practice breaks too much (Qt 6.0). #define QT5_NULL_STRINGS 1 #endif