Add few missing entries to the changelog related to QObject and moc
Change-Id: I96fa72f1a0669f0899e8079b214cac54e5d6edef Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
50f8cc54c9
commit
ef71d4ffcd
6
dist/changes-5.0.0
vendored
6
dist/changes-5.0.0
vendored
@ -508,6 +508,10 @@ QtCore
|
||||
* QLocale
|
||||
- [QTBUG-27987] Constructing a QLocale object with the short locale id has been improved.
|
||||
|
||||
* QObject
|
||||
- Added overloads of connect() to connect using pointers to member function
|
||||
- Added QObject::isSignalConnected()
|
||||
|
||||
QtGui
|
||||
-----
|
||||
* Accessibility has been refactored. The hierachy of accessible objects is implemented via
|
||||
@ -868,7 +872,7 @@ Qt for Windows CE
|
||||
|
||||
* [QTBUG-20785] The moc now has a -b<file> option to #include an additional
|
||||
file at the beginning of the generated file.
|
||||
|
||||
* moc is now able to fully understand and expands preprocessor macros.
|
||||
|
||||
- uic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user