Doc: Fix some typos
Change-Id: I7f3a8cd27f1d1cb944599cff40024f3521a3ec34 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>bb10
parent
71b4325cb7
commit
febbdbb992
|
|
@ -3560,8 +3560,8 @@ int QApplication::doubleClickInterval()
|
|||
\since 4.2
|
||||
\deprecated
|
||||
|
||||
Returns the current keyboard input direction. Replaced with QInputPanel::inputDirection()
|
||||
\sa QInputPanel::inputDirection()
|
||||
Returns the current keyboard input direction. Replaced with QInputMethod::inputDirection()
|
||||
\sa QInputMethod::inputDirection()
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -8801,7 +8801,7 @@ void QWidget::inputMethodEvent(QInputMethodEvent *event)
|
|||
|
||||
\a query specifies which property is queried.
|
||||
|
||||
\sa inputMethodEvent(), QInputMethodEven, inputMethodHints
|
||||
\sa inputMethodEvent(), QInputMethodEvent, QInputMethodQueryEvent, inputMethodHints
|
||||
*/
|
||||
QVariant QWidget::inputMethodQuery(Qt::InputMethodQuery query) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue