diff options
| author | Shawn Rutledge <shawn.rutledge@digia.com> | 2014-07-09 10:33:10 +0200 |
|---|---|---|
| committer | Shawn Rutledge <shawn.rutledge@digia.com> | 2014-07-09 14:59:03 +0200 |
| commit | a312fc13d99c20f78d5950a69f4b8b65828bd6c2 (patch) | |
| tree | 959dde16d75ffa8df9c2ff52d73c2c32eb1081fc /src/dialogs/plugin.cpp | |
| parent | f2a3019e4332b756b5b27092768bf4039dca7c7a (diff) | |
Dialog: Add missing docs
Also fixed a qWarning and updated example import statement.
Change-Id: I873b52e297bbefe66c6c131573804eee98c40a2f
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/dialogs/plugin.cpp')
| -rw-r--r-- | src/dialogs/plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/plugin.cpp b/src/dialogs/plugin.cpp index 74672f657..aef31e502 100644 --- a/src/dialogs/plugin.cpp +++ b/src/dialogs/plugin.cpp @@ -70,7 +70,7 @@ static void initResources() QT_BEGIN_NAMESPACE /*! - \qmlmodule QtQuick.Dialogs 1.1 + \qmlmodule QtQuick.Dialogs 1.2 \title Qt Quick Dialogs QML Types \ingroup qmlmodules \brief Provides QML types for standard file, color picker and message dialogs @@ -80,7 +80,7 @@ QT_BEGIN_NAMESPACE To use the types in this module, import the module with the following line: \code - import QtQuick.Dialogs 1.1 + import QtQuick.Dialogs 1.2 \endcode */ |
