Doc: Fix some typos

Change-Id: I7f3a8cd27f1d1cb944599cff40024f3521a3ec34
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
bb10
Takumi ASAKI 2013-01-21 00:24:58 +09:00 committed by The Qt Project
parent 71b4325cb7
commit febbdbb992
2 changed files with 3 additions and 3 deletions

View File

@ -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()
*/
/*!

View File

@ -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
{