summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-20 03:51:45 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-20 03:51:45 (GMT)
commitddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde (patch)
treedeb46b80434ee58d115ba111dc33f9dc117be193 /src
parentcaeb2d433189a500ad52c66ed1eb0d46a4723988 (diff)
downloadQt-ddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde.zip
Qt-ddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde.tar.gz
Qt-ddb4f7dfb6ca8d9c730ea2a610f53e03b76c9dde.tar.bz2
Compile
Diffstat (limited to 'src')
-rw-r--r--src/declarative/util/qdeclarativeutilmodule.cpp2
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"