From 0e8d657ae05aeab25aa261a88bbdc9aa21ac0e0d Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 16 Jun 2015 23:51:08 +0200 Subject: [PATCH] Changelog: Mention changes regardig Q_GADGET Change-Id: I8d0e76bd1f9697c48f88452555e6792ab124074a Reviewed-by: Simon Hausmann --- dist/changes-5.5.0 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0 index cba1596940..3d588f7f88 100644 --- a/dist/changes-5.5.0 +++ b/dist/changes-5.5.0 @@ -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