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/qdeclarativecontext.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/qdeclarativecontext.h')
-rw-r--r-- | src/declarative/qml/qdeclarativecontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativecontext.h b/src/declarative/qml/qdeclarativecontext.h index 548869c..d87123a 100644 --- a/src/declarative/qml/qdeclarativecontext.h +++ b/src/declarative/qml/qdeclarativecontext.h @@ -107,7 +107,7 @@ private: }; QT_END_NAMESPACE -Q_DECLARE_METATYPE(QList<QObject*>); +Q_DECLARE_METATYPE(QList<QObject*>) QT_END_HEADER |