diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-20 03:51:45 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-20 03:51:45 (GMT) |
commit | ddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde (patch) | |
tree | deb46b80434ee58d115ba111dc33f9dc117be193 /src/declarative/util | |
parent | caeb2d433189a500ad52c66ed1eb0d46a4723988 (diff) | |
download | Qt-ddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde.zip Qt-ddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde.tar.gz Qt-ddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde.tar.bz2 |
Compile
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qdeclarativeutilmodule.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativeutilmodule.cpp b/src/declarative/util/qdeclarativeutilmodule.cpp index ee72423..0611093 100644 --- a/src/declarative/util/qdeclarativeutilmodule.cpp +++ b/src/declarative/util/qdeclarativeutilmodule.cpp @@ -125,5 +125,3 @@ void QDeclarativeUtilModule::defineModule() qmlRegisterCustomType<QDeclarativePropertyChanges>("Qt", 4, 6, "PropertyChanges", new QDeclarativePropertyChangesParser); qmlRegisterCustomType<QDeclarativeConnections>("Qt", 4, 6, "Connections", new QDeclarativeConnectionsParser); } - -#include "qdeclarativeutilmodule.moc" |