aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickoverlay_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickoverlay_p_p.h')
-rw-r--r--src/quicktemplates2/qquickoverlay_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickoverlay_p_p.h b/src/quicktemplates2/qquickoverlay_p_p.h
index fbb2f86c73..966aa08ba1 100644
--- a/src/quicktemplates2/qquickoverlay_p_p.h
+++ b/src/quicktemplates2/qquickoverlay_p_p.h
@@ -60,9 +60,9 @@ class QQuickDrawer;
class QQuickOverlayPrivate : public QQuickItemPrivate, public QQuickItemChangeListener
{
+public:
Q_DECLARE_PUBLIC(QQuickOverlay)
-public:
static QQuickOverlayPrivate *get(QQuickOverlay *overlay)
{
return overlay->d_func();