diff options
author | mae <qt-info@nokia.com> | 2010-04-14 14:55:36 (GMT) |
---|---|---|
committer | mae <qt-info@nokia.com> | 2010-04-14 14:56:52 (GMT) |
commit | bd062a4532cb9ffc3539093da0adf3be6fdc8fc9 (patch) | |
tree | 3562e8eac86f95484f62368adcf9cec56f1360ed /src/declarative/qml/qdeclarativeengine.cpp | |
parent | 0cc27cec860f46b1e349c428973cf4ce3331b285 (diff) | |
download | Qt-bd062a4532cb9ffc3539093da0adf3be6fdc8fc9.zip Qt-bd062a4532cb9ffc3539093da0adf3be6fdc8fc9.tar.gz Qt-bd062a4532cb9ffc3539093da0adf3be6fdc8fc9.tar.bz2 |
Updates to the module documentation
Diffstat (limited to 'src/declarative/qml/qdeclarativeengine.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativeengine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp index f621af5..c5afe92 100644 --- a/src/declarative/qml/qdeclarativeengine.cpp +++ b/src/declarative/qml/qdeclarativeengine.cpp @@ -1949,6 +1949,8 @@ void QDeclarativeEngine::setPluginPathList(const QStringList &paths) /*! Imports the plugin named \a filePath with the \a uri provided. Returns true if the plugin was successfully imported; otherwise returns false. + + The plugin has to be a Qt plugin which implements the QDeclarativeExtensionPlugin interface. */ bool QDeclarativeEngine::importPlugin(const QString &filePath, const QString &uri, QString *errorString) { |