Skip to content

Commit

Permalink
Changelog: Document the SIC related to indirect includes
Browse files Browse the repository at this point in the history
Because of 90e7cc1

Change-Id: I3e9339d6e07d6564e38f3f25df28644437ed5955
Reviewed-by: Marc Mutz <[email protected]>
  • Loading branch information
ogoffart authored and Jani Heikkinen committed Jun 25, 2015
1 parent f647361 commit 021ffbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/changes-5.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 021ffbf

Please sign in to comment.