aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlextensionplugin.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 16:02:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 13:51:39 +0200
commit89042598c4005c82a64e63ea6f628e24dc5ca979 (patch)
tree0ae87bccfd5aa4abf7155236bbdb1534991191d0 /src/qml/qml/qqmlextensionplugin.cpp
parent779182eb4a56d29958a064baf642c52a311a93e5 (diff)
Doc: Made \since commands in src/qml consistent.
-QDoc displays the Qt version in the HTML output. -If there is only one argument to \since, QDoc assumes it is the Qt version. "QtQuick 2.1" -> "Qt 5.1" "QtQml 2.1" -> "Qt 5.1" "QtQuick 1.1" -> "Qt 4.8" Task-number: QTBUG-32172 Change-Id: I3c0da4dce8e44d717a6840bea250b4f0f9d78128 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlextensionplugin.cpp')
-rw-r--r--src/qml/qml/qqmlextensionplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlextensionplugin.cpp b/src/qml/qml/qqmlextensionplugin.cpp
index 30eca7b112..76de2dfe34 100644
--- a/src/qml/qml/qqmlextensionplugin.cpp
+++ b/src/qml/qml/qqmlextensionplugin.cpp
@@ -45,7 +45,7 @@
QT_BEGIN_NAMESPACE
/*!
- \since Qt 5.0
+ \since 5.0
\inmodule QtQml
\class QQmlExtensionPlugin
\brief The QQmlExtensionPlugin class provides an abstract base for custom QML extension plugins.
@@ -157,7 +157,7 @@ QQmlExtensionPlugin::~QQmlExtensionPlugin()
}
/*!
- \since Qt 5.1
+ \since 5.1
\brief Returns the URL of the directory from which the extension is loaded.
This is useful when the plugin also needs to load QML files or other