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/qml/qdeclarativeguard_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/qml/qdeclarativeguard_p.h')
-rw-r--r-- | src/declarative/qml/qdeclarativeguard_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeguard_p.h b/src/declarative/qml/qdeclarativeguard_p.h index be60ce4..02fed0b 100644 --- a/src/declarative/qml/qdeclarativeguard_p.h +++ b/src/declarative/qml/qdeclarativeguard_p.h @@ -97,7 +97,7 @@ private: QT_END_NAMESPACE -Q_DECLARE_METATYPE(QDeclarativeGuard<QObject>); +Q_DECLARE_METATYPE(QDeclarativeGuard<QObject>) #include "private/qdeclarativedata_p.h" |