Commit 021ffbfc authored by Olivier Goffart's avatar Olivier Goffart Committed by Jani Heikkinen
Browse files

Changelog: Document the SIC related to indirect includes

Because of 90e7cc17



Change-Id: I3e9339d6e07d6564e38f3f25df28644437ed5955
Reviewed-by: default avatarMarc Mutz <marc.mutz@kdab.com>
Showing with 3 additions and 0 deletions
...@@ -66,6 +66,9 @@ information about a particular change. ...@@ -66,6 +66,9 @@ information about a particular change.
to avoid calling parent() (which returns a constant). Subclasses of to avoid calling parent() (which returns a constant). Subclasses of
these models that override parent(), will likely also need to these models that override parent(), will likely also need to
override sibling() now. 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: - QCoreApplication:
* [QTBUG-30330][QTSOLBUG-184] On Windows, QCoreApplication::arguments() * [QTBUG-30330][QTSOLBUG-184] On Windows, QCoreApplication::arguments()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment