summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpackage.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-22 06:50:10 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-22 06:50:10 (GMT)
commit98c4fb27bb930f19365395a3fd75e4c3012640cb (patch)
treece58ff89b6baa3b8b64cd1445be702022ef3c051 /src/declarative/util/qmlpackage.cpp
parentce49990c3764304e76b4d2c1705fcad677ec9f73 (diff)
downloadQt-98c4fb27bb930f19365395a3fd75e4c3012640cb.zip
Qt-98c4fb27bb930f19365395a3fd75e4c3012640cb.tar.gz
Qt-98c4fb27bb930f19365395a3fd75e4c3012640cb.tar.bz2
Use the true metatype of attached properties in the compiler
Diffstat (limited to 'src/declarative/util/qmlpackage.cpp')
-rw-r--r--src/declarative/util/qmlpackage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlpackage.cpp b/src/declarative/util/qmlpackage.cpp
index bfad44c..107bcdb 100644
--- a/src/declarative/util/qmlpackage.cpp
+++ b/src/declarative/util/qmlpackage.cpp
@@ -142,7 +142,7 @@ QObject *QmlPackage::part(const QString &name)
return 0;
}
-QObject *QmlPackage::qmlAttachedProperties(QObject *o)
+QmlPackageAttached *QmlPackage::qmlAttachedProperties(QObject *o)
{
return new QmlPackageAttached(o);
}