diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-05-04 16:48:36 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-05-04 16:51:53 (GMT) |
commit | d59ef5d00b6c07c3a1c332ebdd0fac060538940c (patch) | |
tree | 33663a2344beec13133b18e1554fbbbd6ec7a83b /src/declarative/util/qdeclarativesmoothedanimation_p.h | |
parent | 8737df24cd58359dacd3d0cb7f856cb7484f03c8 (diff) | |
download | Qt-d59ef5d00b6c07c3a1c332ebdd0fac060538940c.zip Qt-d59ef5d00b6c07c3a1c332ebdd0fac060538940c.tar.gz Qt-d59ef5d00b6c07c3a1c332ebdd0fac060538940c.tar.bz2 |
QtDeclarative: remove spurious semi-colons from the source code
Diffstat (limited to 'src/declarative/util/qdeclarativesmoothedanimation_p.h')
-rw-r--r-- | src/declarative/util/qdeclarativesmoothedanimation_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativesmoothedanimation_p.h b/src/declarative/util/qdeclarativesmoothedanimation_p.h index 17aafa4..f45d19f 100644 --- a/src/declarative/util/qdeclarativesmoothedanimation_p.h +++ b/src/declarative/util/qdeclarativesmoothedanimation_p.h @@ -96,7 +96,7 @@ Q_SIGNALS: QT_END_NAMESPACE -QML_DECLARE_TYPE(QDeclarativeSmoothedAnimation); +QML_DECLARE_TYPE(QDeclarativeSmoothedAnimation) QT_END_HEADER |