aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates/qquickcheckdelegate_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates/qquickcheckdelegate_p.h')
-rw-r--r--src/quicktemplates/qquickcheckdelegate_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/quicktemplates/qquickcheckdelegate_p.h b/src/quicktemplates/qquickcheckdelegate_p.h
index 8c7c3e8c74..8e40ef68e7 100644
--- a/src/quicktemplates/qquickcheckdelegate_p.h
+++ b/src/quicktemplates/qquickcheckdelegate_p.h
@@ -21,7 +21,7 @@ QT_BEGIN_NAMESPACE
class QQuickCheckDelegatePrivate;
-class Q_QUICKTEMPLATES2_PRIVATE_EXPORT QQuickCheckDelegate : public QQuickItemDelegate
+class Q_QUICKTEMPLATES2_EXPORT QQuickCheckDelegate : public QQuickItemDelegate
{
Q_OBJECT
Q_PROPERTY(bool tristate READ isTristate WRITE setTristate NOTIFY tristateChanged FINAL)
@@ -63,6 +63,4 @@ private:
QT_END_NAMESPACE
-QML_DECLARE_TYPE(QQuickCheckDelegate)
-
#endif // QQUICKCHECKDELEGATE_P_H