summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit.cpp
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-05-11 01:53:30 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-29 11:35:21 +0200
commit3471e2de782304da963dbd4bee0dacd5a30b7bbd (patch)
tree5d0a81fe37216d52ee94308fc7ff63f7be884b0f /src/widgets/widgets/qlineedit.cpp
parent358f78f215faf9dab433a279d87007f52fbe3c71 (diff)
QtWidgets: remove \link usages
Change-Id: I9887a24485233f29d07054b3110d4db9e499b9f4 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/widgets/qlineedit.cpp')
-rw-r--r--src/widgets/widgets/qlineedit.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/widgets/widgets/qlineedit.cpp b/src/widgets/widgets/qlineedit.cpp
index 27f47b754d..fc37501ba3 100644
--- a/src/widgets/widgets/qlineedit.cpp
+++ b/src/widgets/widgets/qlineedit.cpp
@@ -1137,7 +1137,7 @@ QMargins QLineEdit::textMargins() const
\endtable
To get range control (e.g., for an IP address) use masks together
- with \link setValidator() validators\endlink.
+ with \l{setValidator()}{validators}.
\sa maxLength
*/
@@ -1208,8 +1208,7 @@ void QLineEdit::clear()
}
/*!
- Undoes the last operation if undo is \link
- QLineEdit::undoAvailable available\endlink. Deselects any current
+ Undoes the last operation if undo is \l{QLineEdit::undoAvailable}{available}. Deselects any current
selection, and updates the selection start to the current cursor
position.
*/
@@ -1221,8 +1220,7 @@ void QLineEdit::undo()
}
/*!
- Redoes the last operation if redo is \link
- QLineEdit::redoAvailable available\endlink.
+ Redoes the last operation if redo is \l{QLineEdit::redoAvailable}{available}.
*/
void QLineEdit::redo()
{
@@ -1303,11 +1301,10 @@ void QLineEdit::copy() const
/*!
Inserts the clipboard's text at the cursor position, deleting any
- selected text, providing the line edit is not \link
- QLineEdit::readOnly read-only\endlink.
+ selected text, providing the line edit is not \l{QLineEdit::readOnly}{read-only}.
If the end result would not be acceptable to the current
- \link setValidator() validator\endlink, nothing happens.
+ \l{setValidator()}{validator}, nothing happens.
\sa copy(), cut()
*/
@@ -1549,7 +1546,7 @@ void QLineEdit::mouseDoubleClickEvent(QMouseEvent* e)
Converts the given key press \a event into a line edit action.
If Return or Enter is pressed and the current text is valid (or
- can be \link QValidator::fixup() made valid\endlink by the
+ can be \l{QValidator::fixup()}{made valid} by the
validator), the signal returnPressed() is emitted.
The default key bindings are listed in the class's detailed