summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-26 08:32:28 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-26 08:32:28 (GMT)
commitb29a83e5070410359ebed2d99b18f86bbe2d2939 (patch)
tree12f80963df2780d58be36d6365e2c65852ef9e83 /src/declarative/util/qmlanimation.h
parent19038ba0847d3b8ed476d8c3c1d29332d4f80677 (diff)
downloadQt-b29a83e5070410359ebed2d99b18f86bbe2d2939.zip
Qt-b29a83e5070410359ebed2d99b18f86bbe2d2939.tar.gz
Qt-b29a83e5070410359ebed2d99b18f86bbe2d2939.tar.bz2
Remove extraneous semicolons.
Caused massive number of warnings with winscw
Diffstat (limited to 'src/declarative/util/qmlanimation.h')
-rw-r--r--src/declarative/util/qmlanimation.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/declarative/util/qmlanimation.h b/src/declarative/util/qmlanimation.h
index 8bd53e2..74cf1b4 100644
--- a/src/declarative/util/qmlanimation.h
+++ b/src/declarative/util/qmlanimation.h
@@ -124,7 +124,7 @@ private Q_SLOTS:
void timelineComplete();
};
-QML_DECLARE_TYPE(QmlAbstractAnimation);
+QML_DECLARE_TYPE(QmlAbstractAnimation)
class QmlPauseAnimationPrivate;
class QmlPauseAnimation : public QmlAbstractAnimation
@@ -148,7 +148,7 @@ protected:
virtual QAbstractAnimation *qtAnimation();
virtual void prepare(QmlMetaProperty &);
};
-QML_DECLARE_TYPE(QmlPauseAnimation);
+QML_DECLARE_TYPE(QmlPauseAnimation)
class QmlColorAnimationPrivate;
class QmlColorAnimation : public QmlAbstractAnimation
@@ -195,7 +195,7 @@ Q_SIGNALS:
void toChanged(const QColor &);
void easingChanged(const QString &);
};
-QML_DECLARE_TYPE(QmlColorAnimation);
+QML_DECLARE_TYPE(QmlColorAnimation)
class QmlRunScriptActionPrivate;
class QmlRunScriptAction : public QmlAbstractAnimation
@@ -223,7 +223,7 @@ Q_SIGNALS:
protected:
virtual QAbstractAnimation *qtAnimation();
};
-QML_DECLARE_TYPE(QmlRunScriptAction);
+QML_DECLARE_TYPE(QmlRunScriptAction)
class QmlSetPropertyActionPrivate;
class QmlSetPropertyAction : public QmlAbstractAnimation
@@ -260,7 +260,7 @@ protected:
virtual QAbstractAnimation *qtAnimation();
virtual void prepare(QmlMetaProperty &);
};
-QML_DECLARE_TYPE(QmlSetPropertyAction);
+QML_DECLARE_TYPE(QmlSetPropertyAction)
class QmlParentChangeActionPrivate;
class QmlParentChangeAction : public QmlAbstractAnimation
@@ -281,7 +281,7 @@ protected:
virtual QAbstractAnimation *qtAnimation();
virtual void prepare(QmlMetaProperty &);
};
-QML_DECLARE_TYPE(QmlParentChangeAction);
+QML_DECLARE_TYPE(QmlParentChangeAction)
class QmlNumericAnimationPrivate;
class QmlNumericAnimation : public QmlAbstractAnimation
@@ -333,7 +333,7 @@ Q_SIGNALS:
void easingChanged(const QString &);
void propertiesChanged(const QString &);
};
-QML_DECLARE_TYPE(QmlNumericAnimation);
+QML_DECLARE_TYPE(QmlNumericAnimation)
#if 0
class QmlDiscreteAnimation : public QmlAbstractAnimation
@@ -374,7 +374,7 @@ protected:
virtual QAbstractAnimation *qtAnimation();
virtual void prepare(QmlMetaProperty &);
};
-QML_DECLARE_TYPE(QmlSequentialAnimation);
+QML_DECLARE_TYPE(QmlSequentialAnimation)
class QmlParallelAnimation : public QmlAnimationGroup
{
@@ -392,7 +392,7 @@ protected:
virtual QAbstractAnimation *qtAnimation();
virtual void prepare(QmlMetaProperty &);
};
-QML_DECLARE_TYPE(QmlParallelAnimation);
+QML_DECLARE_TYPE(QmlParallelAnimation)
class QmlVariantAnimationPrivate;
class QmlVariantAnimation : public QmlAbstractAnimation
@@ -444,7 +444,7 @@ Q_SIGNALS:
void easingChanged(const QString &);
void propertiesChanged(const QString &);
};
-QML_DECLARE_TYPE(QmlVariantAnimation);
+QML_DECLARE_TYPE(QmlVariantAnimation)
#endif // QMLANIMATION_H