summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-08-13 14:43:20 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-09-23 16:59:06 +0200
commit270c3dced7e2ef6d6ac8441ab913b4ccfceaf701 (patch)
treed4855086274172b0c2065804be70b2ecf0737903 /src/corelib
parent5c1ed8bb74ee4eed9ffc9537b880104445b43cd7 (diff)
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 <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/text/qbytearray.h2
1 files changed, 1 insertions, 1 deletions
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 <iterator>
#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