summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-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