From 0f6aa74cf2b3bb7e7844de151ce14e52b4122595 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Tue, 19 Jan 2016 16:08:55 +0100 Subject: QInputSettings: add missing export and clone macros Change-Id: I2edf49248cff1bc8087f6ea5398e11f5fd7965c4 Reviewed-by: Sean Harmer --- src/input/frontend/qinputsettings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/frontend/qinputsettings.h b/src/input/frontend/qinputsettings.h index b732d8031..be37cf404 100644 --- a/src/input/frontend/qinputsettings.h +++ b/src/input/frontend/qinputsettings.h @@ -38,6 +38,7 @@ #define QT3DINPUT_QINPUTSETTINGS_H #include +#include QT_BEGIN_NAMESPACE @@ -45,7 +46,7 @@ namespace Qt3DInput { class QInputSettingsPrivate; -class QInputSettings : public Qt3DCore::QComponent +class QT3DINPUTSHARED_EXPORT QInputSettings : public Qt3DCore::QComponent { Q_OBJECT Q_PROPERTY(QObject *eventSource READ eventSource WRITE setEventSource NOTIFY eventSourceChanged) @@ -63,6 +64,7 @@ Q_SIGNALS: private: Q_DECLARE_PRIVATE(QInputSettings) + QT3D_CLONEABLE(QInputSettings) }; } // Qt3DInput -- cgit v1.2.3