From 8b82bdb01f459e4ba5f028959aae0d5dfad9a8bf Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Thu, 26 Dec 2024 00:03:01 +0100 Subject: [PATCH] Documentation: fix a use of \inlineimage with \caption The author most likely meant to use \image, based on the HTML render at https://doc.qt.io/qt-6/qml-qt5compat-graphicaleffects-gaussianblur.html. Also, this case generated invalid DocBook output. Change-Id: Ibcd562b3847effe97945117a7a67fda33b00af90 Reviewed-by: Andreas Eliasson --- src/widgets/widgets/qcombobox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/widgets/qcombobox.cpp b/src/widgets/widgets/qcombobox.cpp index 5899568b8a2..e9a8b3efce4 100644 --- a/src/widgets/widgets/qcombobox.cpp +++ b/src/widgets/widgets/qcombobox.cpp @@ -962,10 +962,10 @@ QComboBox::QComboBox(QComboBoxPrivate &dd, QWidget *parent) \table \row - \li \inlineimage collapsed_combobox.png + \li \image collapsed_combobox.png \caption Collapsed QCombobox \li - \inlineimage expanded_combobox.png + \image expanded_combobox.png \caption Expanded QCombobox \endtable