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/qdeclarativepropertycache.cpp | |
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/qdeclarativepropertycache.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativepropertycache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativepropertycache.cpp b/src/declarative/qml/qdeclarativepropertycache.cpp index 888945b..26bddde 100644 --- a/src/declarative/qml/qdeclarativepropertycache.cpp +++ b/src/declarative/qml/qdeclarativepropertycache.cpp @@ -45,7 +45,7 @@ #include "private/qdeclarativebinding_p.h" #include <QtCore/qdebug.h> -Q_DECLARE_METATYPE(QScriptValue); +Q_DECLARE_METATYPE(QScriptValue) QT_BEGIN_NAMESPACE |