aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquicktextfield.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-23 13:06:04 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 13:41:46 +0000
commit8a5f6de53fbde11a7075fdfed4436dfbe21acaa0 (patch)
tree2b2b74916e86f124a73cfac960b5b014cdac7062 /src/templates/qquicktextfield.cpp
parent69b1ef4fd291aea54138d9a23d9710ece82b11be (diff)
Doc: Replaced the module name qualifier used for QML docs
Also made changes to avoid qdoc warnings about qml snippets. Change-Id: Ide047fe7a4901fcf4b03efdccf457662e60585d2 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquicktextfield.cpp')
-rw-r--r--src/templates/qquicktextfield.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquicktextfield.cpp b/src/templates/qquicktextfield.cpp
index cb61a7a5..02ebfc25 100644
--- a/src/templates/qquicktextfield.cpp
+++ b/src/templates/qquicktextfield.cpp
@@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlsignal QtQuickControls2::TextField::pressAndHold(MouseEvent mouse)
+ \qmlsignal QtQuick.Controls::TextField::pressAndHold(MouseEvent mouse)
This signal is emitted when there is a long press (the delay depends on the platform plugin).
The \l {MouseEvent}{mouse} parameter provides information about the press, including the x and y
@@ -200,7 +200,7 @@ void QQuickTextField::setFont(const QFont &font)
}
/*!
- \qmlproperty Item QtQuickControls2::TextField::background
+ \qmlproperty Item QtQuick.Controls::TextField::background
This property holds the background item.
@@ -234,7 +234,7 @@ void QQuickTextField::setBackground(QQuickItem *background)
}
/*!
- \qmlproperty Text QtQuickControls2::TextField::placeholder
+ \qmlproperty Text QtQuick.Controls::TextField::placeholder
This property holds the placeholder text item.