Changelog: Mention changes regardig Q_GADGET

Change-Id: I8d0e76bd1f9697c48f88452555e6792ab124074a
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
bb10
Olivier Goffart 2015-06-16 23:51:08 +02:00 committed by Jani Heikkinen
parent 39f53be619
commit 0e8d657ae0
1 changed files with 5 additions and 0 deletions

5
dist/changes-5.5.0 vendored
View File

@ -147,6 +147,11 @@ QtCore
value of pthread_self(3)). To print the pointer to QThread::current(),
use %{qthreadptr}.
- moc
* Classes annotated with Q_GADGET can now have Q_PROPERTY and Q_INVOKABLE
functions. QMetaProperty::{read,write}OnGadget and
QMetaMethod::invokeOnGadget can be used with those.
- Objective-C:
* [QTBUG-37116] Added NSDate/CDateRef converters for QDateTime