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>
This commit is contained in:
Edward Welbourne 2020-08-13 14:43:20 +02:00
parent 5c1ed8bb74
commit 270c3dced7

View File

@ -57,7 +57,7 @@
#include <iterator> #include <iterator>
#ifndef QT5_NULL_STRINGS #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 #define QT5_NULL_STRINGS 1
#endif #endif