diff options
author | Tor Arne Vestbø <[email protected]> | 2025-10-10 13:03:56 +0200 |
---|---|---|
committer | Tor Arne Vestbø <[email protected]> | 2025-10-10 19:31:34 +0200 |
commit | 7f4ba3aece3783bdacc5239a2f3d7c600db62c3e (patch) | |
tree | 9b3c864d22efd55a61502918129ffa12559c96a5 | |
parent | 18d7df7eac8779dc336d1de71d4d395d516f39f0 (diff) |
Add missing Q_INTERFACES(QQmlParserStatus) to QQuickTextSelection
Pick-to: 6.10
Change-Id: I3f8d7ab1e6ad147ebede8fdf8a8e050166d0c553
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Ulf Hermann <[email protected]>
-rw-r--r-- | src/quick/util/qquicktextselection_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/util/qquicktextselection_p.h b/src/quick/util/qquicktextselection_p.h index 6d98bcaa97..66fa2813ce 100644 --- a/src/quick/util/qquicktextselection_p.h +++ b/src/quick/util/qquicktextselection_p.h @@ -32,6 +32,7 @@ class QQuickTextControl; class Q_QUICK_EXPORT QQuickTextSelection : public QObject, public QQmlParserStatus { Q_OBJECT + Q_INTERFACES(QQmlParserStatus) // specify the selection Q_PROPERTY(QQuickTextDocument *document READ document WRITE setDocument NOTIFY documentChanged FINAL REVISION(6, 11)) |