aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-01-25 18:11:59 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-27 05:22:05 +0000
commit1d1b935d6fd4eecc39704f326c9e566e34037a59 (patch)
tree1ddbf9c13b55d145e64be053b8c748fc5490f98d
parent66aeddc6045bc49b545ce2992cff628764ecbe59 (diff)
Add revision to QQuickItem::ensurePolished()
It's new in 6.3. Amends 18794487a5bf303a60bda7047550048f7d38a86a Change-Id: I903b3e04091d7bce3217b90c23b823575bd9097b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 453df21f4c29ea5f507deb31089c0ad255897f24) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/items/qquickitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickitem.h b/src/quick/items/qquickitem.h
index b9f57f6c63..0d04d6b6d8 100644
--- a/src/quick/items/qquickitem.h
+++ b/src/quick/items/qquickitem.h
@@ -361,7 +361,7 @@ public:
Q_INVOKABLE void forceActiveFocus(Qt::FocusReason reason);
Q_REVISION(2, 1) Q_INVOKABLE QQuickItem *nextItemInFocusChain(bool forward = true);
Q_INVOKABLE QQuickItem *childAt(qreal x, qreal y) const;
- Q_INVOKABLE void ensurePolished();
+ Q_REVISION(6, 3) Q_INVOKABLE void ensurePolished();
Q_REVISION(6, 3) Q_INVOKABLE void dumpItemTree() const;