Qml/C++: Disable qmlRegisterType exposing until performance is better.

This commit is contained in:
Christian Kamm
2011-01-05 10:28:21 +01:00
parent a8031f16b8
commit 12f2a0fbda

View File

@@ -291,7 +291,8 @@ public:
void operator()()
{
_doc->check(_mode);
_doc->findExposedQmlTypes();
// temporarily disabled because it's too expensive
//_doc->findExposedQmlTypes();
_doc->releaseSource();
_doc->releaseTranslationUnit();