summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-06-16 23:50:11 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-25 06:54:40 +0000
commit021ffbfc6ffa863d2f3c34fec11cb6e61eb68796 (patch)
tree215822090ab3ec7d01f6d48c47f783468f37e415 /dist
parentf64736188f3c0d35086d77c9cc6ae8a855833580 (diff)
Changelog: Document the SIC related to indirect includes
Because of 90e7cc172a7521396bb2d49720ee4ceb9a9390b3 Change-Id: I3e9339d6e07d6564e38f3f25df28644437ed5955 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.5.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0
index 3d588f7f88..f3f4daab6f 100644
--- a/dist/changes-5.5.0
+++ b/dist/changes-5.5.0
@@ -66,6 +66,9 @@ information about a particular change.
to avoid calling parent() (which returns a constant). Subclasses of
these models that override parent(), will likely also need to
override sibling() now.
+- Qt 5.5 received some header #include cleanups. Code that relied on indirect
+ includes from Qt headers may need to include some headers explicitly now.
+ For example, qstringlist.h no longer includes QDataStream and QObject.
- QCoreApplication:
* [QTBUG-30330][QTSOLBUG-184] On Windows, QCoreApplication::arguments()