summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2024-01-08 20:09:26 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2024-01-09 04:30:42 +0100
commit5358d7a5fe394a37435a947484f1efb7ce297fa2 (patch)
treef1df4cc3f76399759dda26df9d4826c6ba7cffed /src/widgets/widgets
parentcb9b46ef70f06c51aea01e83dd07d21a56627a50 (diff)
Doc: Wrap arguments to \inlineimage in curly braces
Wrap the arguments to \inlineimage in curly braces so that the describing image text doesn't show on the page. Fixes: QTBUG-120572 Pick-to: 6.7 6.6 6.5 6.2 Change-Id: I00f4befc64c20fb6de1dd5ddcb6ca2573fa7c355 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/widgets')
-rw-r--r--src/widgets/widgets/qtabbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/widgets/qtabbar.cpp b/src/widgets/widgets/qtabbar.cpp
index 7ddd611427..0b463840ae 100644
--- a/src/widgets/widgets/qtabbar.cpp
+++ b/src/widgets/widgets/qtabbar.cpp
@@ -275,9 +275,9 @@ void QTabBar::initStyleOption(QStyleOptionTab *option, int tabIndex) const
returns the visual geometry of a single tab.
\table 100%
- \row \li \inlineimage fusion-tabbar.png Screenshot of a Fusion style tab bar
+ \row \li \inlineimage {fusion-tabbar.png} {Screenshot of a Fusion style tab bar}
\li A tab bar shown in the \l{Qt Widget Gallery}{Fusion widget style}.
- \row \li \inlineimage fusion-tabbar-truncated.png Screenshot of a truncated Fusion tab bar
+ \row \li \inlineimage {fusion-tabbar-truncated.png} {Screenshot of a truncated Fusion tab bar}
\li A truncated tab bar shown in the Fusion widget style.
\endtable