X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fqml%2Fqml%2Fqqmlengine.h;h=8d250ed209c22e3932e701f2c1d1bc29f6eb9f27;hb=6f3bda0dce945a5fc75d8ebad302820fe9979d9b;hp=21a03d63ce8843006060417267412b1715f292ac;hpb=44f9412bf789d73dd462292038686f5b07026132;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/src/qml/qml/qqmlengine.h b/src/qml/qml/qqmlengine.h index 21a03d6..8d250ed 100644 --- a/src/qml/qml/qqmlengine.h +++ b/src/qml/qml/qqmlengine.h @@ -104,6 +104,8 @@ public: void setPluginPathList(const QStringList &paths); void addPluginPath(const QString& dir); + bool addNamedBundle(const QString &name, const QString &fileName); + bool importPlugin(const QString &filePath, const QString &uri, QString *errorString); // XXX: Qt 5: Remove this function bool importPlugin(const QString &filePath, const QString &uri, QList *errors); @@ -136,7 +138,6 @@ public: enum ObjectOwnership { CppOwnership, JavaScriptOwnership }; static void setObjectOwnership(QObject *, ObjectOwnership); static ObjectOwnership objectOwnership(QObject *); - protected: virtual bool event(QEvent *);