summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widgets/widgets/qlineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qlineedit.cpp b/src/widgets/widgets/qlineedit.cpp
index 863c1e9bbe..fa78b9203c 100644
--- a/src/widgets/widgets/qlineedit.cpp
+++ b/src/widgets/widgets/qlineedit.cpp
@@ -955,7 +955,7 @@ QString QLineEdit::selectedText() const
}
/*!
- selectionStart() returns the index of the first selected character in the
+ Returns the index of the first selected character in the
line edit or -1 if no text is selected.
\sa selectedText()