summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstyleoption.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2014-12-04 15:27:03 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2018-03-27 16:16:38 +0000
commitc7ac077128a06e9c1f2befb6be98b779be73d216 (patch)
tree1b01a0e78449602782ad205c220cb0956e7f7a55 /src/widgets/styles/qstyleoption.h
parentcdbd68fc2fab60fdf6834615db586715b01f4380 (diff)
Doc: Fix description of QStyleOptionMenuItem::tabWidth
It is actually not the tab width but the width reserved for the menu item's shortcut. Change-Id: I801dff0c57256690f61c022156a80cf6ff530c43 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/widgets/styles/qstyleoption.h')
-rw-r--r--src/widgets/styles/qstyleoption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/styles/qstyleoption.h b/src/widgets/styles/qstyleoption.h
index 2880917510..241399543b 100644
--- a/src/widgets/styles/qstyleoption.h
+++ b/src/widgets/styles/qstyleoption.h
@@ -366,7 +366,7 @@ public:
QString text;
QIcon icon;
int maxIconWidth;
- int tabWidth;
+ int tabWidth; // ### Qt 6: rename to reservedShortcutWidth
QFont font;
QStyleOptionMenuItem();