aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpageindicator_p.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-08-26 14:03:42 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-08-26 14:03:42 +0200
commit2a054d48ef5a412d104aff0389bcaa69ba2c9878 (patch)
tree953847f836611a0b2225f2fe62808623538a9ca8 /src/quicktemplates2/qquickpageindicator_p.h
parent2812d380e5999733aaaf2ace2bdbd0702ce293dc (diff)
parentf51b569219f4fe9ee196c92958bb5dc9f3810678 (diff)
Merge branch 'dev' into nativestyle
Diffstat (limited to 'src/quicktemplates2/qquickpageindicator_p.h')
-rw-r--r--src/quicktemplates2/qquickpageindicator_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickpageindicator_p.h b/src/quicktemplates2/qquickpageindicator_p.h
index 01352016..a21e88fe 100644
--- a/src/quicktemplates2/qquickpageindicator_p.h
+++ b/src/quicktemplates2/qquickpageindicator_p.h
@@ -62,6 +62,8 @@ class Q_QUICKTEMPLATES2_PRIVATE_EXPORT QQuickPageIndicator : public QQuickContro
Q_PROPERTY(int currentIndex READ currentIndex WRITE setCurrentIndex NOTIFY currentIndexChanged FINAL)
Q_PROPERTY(bool interactive READ isInteractive WRITE setInteractive NOTIFY interactiveChanged FINAL)
Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged FINAL)
+ QML_NAMED_ELEMENT(PageIndicator)
+ QML_ADDED_IN_VERSION(2, 0)
public:
explicit QQuickPageIndicator(QQuickItem *parent = nullptr);