From 158f39ec7870c54ff3a15f72fe151062d6daa172 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 6 Dec 2012 10:47:59 +0100 Subject: Remove the TRUE and FALSE macros They are completely unused in Qt, and are a potential source of compilation errors in application code. Change-Id: I6dfe2891f3b2365a30048f99c31e8e3a2425e62b Reviewed-by: Friedemann Kleint Reviewed-by: Andreas Holzammer Reviewed-by: Oswald Buddenhagen --- dist/changes-5.0.0 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 5987c95108..3749f18d64 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -60,6 +60,8 @@ information about a particular change. in Qt4, so these methods return a bool now. If your code used the undocumented QBool, simply replace it with bool. +- The old macros TRUE and FALSE have been removed, use true and false instead. + - qIsDetached<> has been removed without replacement. - The return type of QFlags::operator int() now matches the Enum's underlying -- cgit v1.2.3