Doc: Add missing \since to QLineEdit's inputRejected signal
The signal was introduced in 5.12.0, according to
qtbase/dist/changes-5.12.0 (which refers to QTBUG-57448).
Also confirmed in qtdoc/doc/src/whatsnew/whatsnew512.qdoc.
Added in commit c901cdadc0.
Fixes: QTBUG-72386
Change-Id: I291dfefe40eea0e9208bda6eed6dd96e41ba6d2b
Reviewed-by: Martin Smith <martin.smith@qt.io>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
bb10
parent
f4b77570e2
commit
0c95c11e65
|
|
@ -1681,6 +1681,7 @@ void QLineEdit::mouseDoubleClickEvent(QMouseEvent* e)
|
|||
|
||||
/*!
|
||||
\fn void QLineEdit::inputRejected()
|
||||
\since 5.12
|
||||
|
||||
This signal is emitted when the user presses a key that is not
|
||||
considered to be acceptable input. For example, if a key press
|
||||
|
|
|
|||
Loading…
Reference in New Issue