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