summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-06-16 23:51:08 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-17 16:55:25 +0000
commit0e8d657ae05aeab25aa261a88bbdc9aa21ac0e0d (patch)
treeb9dff80ceeed65a87de86141fa6705fbbc79fe6d
parent39f53be6199f514cf0e94a8ff759d68e04b06a3b (diff)
Changelog: Mention changes regardig Q_GADGET
Change-Id: I8d0e76bd1f9697c48f88452555e6792ab124074a Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--dist/changes-5.5.05
1 files changed, 5 insertions, 0 deletions
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