From 86aa3d8f3b503b008a7bc0c61011d2f0450d9829 Mon Sep 17 00:00:00 2001 From: Ivan Tkachenko Date: Sun, 26 Feb 2023 19:16:46 +0300 Subject: [PATCH] Doc: Fix typo in word mnemonic Change-Id: I7e667e29742d4672c445f8f42a04d81579112213 Reviewed-by: Volker Hilsheimer (cherry picked from commit aa111ada0809d7d60d333d7c6479f859c81c3af3) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/styles/qstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/styles/qstyle.cpp b/src/widgets/styles/qstyle.cpp index c04b4c1aeb5..73524524873 100644 --- a/src/widgets/styles/qstyle.cpp +++ b/src/widgets/styles/qstyle.cpp @@ -1687,7 +1687,7 @@ void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, the line edit receives focus, as done on Windows. \value SH_Menu_KeyboardSearch Typing causes a menu to be search - for relevant items, otherwise only mnemnonic is considered. + for relevant items, otherwise only mnemonic is considered. \value SH_Menu_AllowActiveAndDisabled Allows disabled menu items to be active.