From 554d54b432bbbe8531b7bf4d8fc519280e679597 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 7 Jul 2015 15:24:53 +0200 Subject: [PATCH] Fix typo in EnterKeyType documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I14018e20ace77e97fdb3cc0c38449802875b71c5 Reviewed-by: Kai Uwe Broulik Reviewed-by: J-P Nurmi Reviewed-by: Topi Reiniƶ --- src/corelib/global/qnamespace.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 19ce2661461..c5617c1616f 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2540,10 +2540,10 @@ /*! \enum Qt::EnterKeyType - This can be used to alter the appearance of the Return key on an on screen keyboard. + This can be used to alter the appearance of the Return key on an on-screen keyboard. \note Not all of these values are supported on all platforms. - For unsuppoted values the default key will be used instead. + For unsupported values the default key will be used instead. \value EnterKeyDefault The default Enter key. This can either be a button closing the keyboard, or a Return button