summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/view/animation
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlandroid/view/animation')
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanimation_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanimationset_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h2
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h
index 330c73c..fc8ac9d 100644
--- a/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h
@@ -55,7 +55,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidAccelerateDecelerateInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidAccelerateDecelerateInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
diff --git a/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h
index 8434102..8411cf0 100644
--- a/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidAccelerateInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidAccelerateInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
Q_PROPERTY(qreal factor READ factor WRITE setFactor NOTIFY factorChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h
index c91b920..d9707d7 100644
--- a/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidAlphaAnimation : public QQmlAndroidAnimation
+class Q_QMLANDROID_EXPORT QQmlAndroidAlphaAnimation : public QQmlAndroidAnimation
{
Q_OBJECT
Q_PROPERTY(qreal fromAlpha READ fromAlpha WRITE setFromAlpha NOTIFY fromAlphaChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidanimation_p.h
index 57459f2..ded6473 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanimation_p.h
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
class QQmlAndroidInterpolator;
-class QQmlAndroidAnimation : public QQmlAndroidContextual
+class Q_QMLANDROID_EXPORT QQmlAndroidAnimation : public QQmlAndroidContextual
{
Q_OBJECT
Q_PROPERTY(int resource READ resource WRITE setResource NOTIFY resourceChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h b/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h
index 3e04d29..1ef2169 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidAnimationSet : public QQmlAndroidAnimation
+class Q_QMLANDROID_EXPORT QQmlAndroidAnimationSet : public QQmlAndroidAnimation
{
Q_OBJECT
Q_PROPERTY(bool shareInterpolator READ shareInterpolator WRITE setShareInterpolator NOTIFY shareInterpolatorChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h
index ba1370f..9974784 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidAnticipateInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidAnticipateInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
Q_PROPERTY(qreal tension READ tension WRITE setTension NOTIFY tensionChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h
index 37cd0ba..df1b356 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidAnticipateOvershootInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidAnticipateOvershootInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
Q_PROPERTY(qreal tension READ tension WRITE setTension NOTIFY tensionChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h
index 8672c4b..c2569f3 100644
--- a/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h
@@ -55,7 +55,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidBounceInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidBounceInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
diff --git a/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h
index 5299835..0eae46d 100644
--- a/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidCycleInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidCycleInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
Q_PROPERTY(qreal cycles READ cycles WRITE setCycles NOTIFY cyclesChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h
index f93a02e..3e02543 100644
--- a/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidDecelerateInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidDecelerateInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
Q_PROPERTY(qreal factor READ factor WRITE setFactor NOTIFY factorChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h
index f32bbcf..b05acc5 100644
--- a/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidInterpolator : public QQmlAndroidObject
+class Q_QMLANDROID_EXPORT QQmlAndroidInterpolator : public QQmlAndroidObject
{
Q_OBJECT
diff --git a/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h
index 5c99e62..a641f21 100644
--- a/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h
@@ -55,7 +55,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidLinearInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidLinearInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
diff --git a/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h
index c411d06..d2f62b1 100644
--- a/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidOvershootInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidOvershootInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
Q_PROPERTY(qreal tension READ tension WRITE setTension NOTIFY tensionChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h
index 0974659..490b569 100644
--- a/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidPathInterpolator : public QQmlAndroidInterpolator
+class Q_QMLANDROID_EXPORT QQmlAndroidPathInterpolator : public QQmlAndroidInterpolator
{
Q_OBJECT
Q_PROPERTY(qreal controlX READ controlX WRITE setControlX NOTIFY controlXChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h
index 3fb6dfb..259a22a 100644
--- a/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidRotateAnimation : public QQmlAndroidAnimation
+class Q_QMLANDROID_EXPORT QQmlAndroidRotateAnimation : public QQmlAndroidAnimation
{
Q_OBJECT
Q_PROPERTY(qreal fromDegrees READ fromDegrees WRITE setFromDegrees NOTIFY fromDegreesChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h
index 24b4d4c..0ba1aff 100644
--- a/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidScaleAnimation : public QQmlAndroidAnimation
+class Q_QMLANDROID_EXPORT QQmlAndroidScaleAnimation : public QQmlAndroidAnimation
{
Q_OBJECT
Q_PROPERTY(qreal fromXScale READ fromXScale WRITE setFromXScale NOTIFY fromXScaleChanged)
diff --git a/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h
index 5c646ef..47ada4a 100644
--- a/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlAndroidTranslateAnimation : public QQmlAndroidAnimation
+class Q_QMLANDROID_EXPORT QQmlAndroidTranslateAnimation : public QQmlAndroidAnimation
{
Q_OBJECT
Q_PROPERTY(qreal fromX READ fromX WRITE setFromX NOTIFY fromXChanged)