diff options
Diffstat (limited to 'src/libs/qmljs/qmljsinterpreter.cpp')
| -rw-r--r-- | src/libs/qmljs/qmljsinterpreter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp index e4a0d785c2..da0616cf0a 100644 --- a/src/libs/qmljs/qmljsinterpreter.cpp +++ b/src/libs/qmljs/qmljsinterpreter.cpp @@ -1947,6 +1947,7 @@ const Value *Function::invoke(const Activation *activation) const //////////////////////////////////////////////////////////////////////////////// QList<const FakeMetaObject *> CppQmlTypesLoader::builtinObjects; +QList<const FakeMetaObject *> CppQmlTypesLoader::cppObjects; QStringList CppQmlTypesLoader::load(const QFileInfoList &xmlFiles) { @@ -2440,6 +2441,7 @@ Engine::Engine() initializePrototypes(); _cppQmlTypes.load(this, CppQmlTypesLoader::builtinObjects); + _cppQmlTypes.load(this, CppQmlTypesLoader::cppObjects); // the 'Qt' object is dumped even though it is not exported // it contains useful information, in particular on enums - add the |
