aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickproxytheme_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickproxytheme_p.h')
-rw-r--r--src/controls/qquickproxytheme_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controls/qquickproxytheme_p.h b/src/controls/qquickproxytheme_p.h
index 6d7040e5..f20201ac 100644
--- a/src/controls/qquickproxytheme_p.h
+++ b/src/controls/qquickproxytheme_p.h
@@ -49,10 +49,11 @@
//
#include <QtGui/qpa/qplatformtheme.h>
+#include <QtLabsControls/private/qtlabscontrolsglobal_p.h>
QT_BEGIN_NAMESPACE
-class QQuickProxyTheme : public QPlatformTheme
+class Q_LABSCONTROLS_PRIVATE_EXPORT QQuickProxyTheme : public QPlatformTheme
{
public:
QQuickProxyTheme(QPlatformTheme *theme);