summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-21 17:31:25 +0200
committerPaul Wicking <paul.wicking@qt.io>2023-09-22 09:24:16 +0000
commitec32748b1e98b05d8dda23f8de2c6735f6a1140b (patch)
treeabd5eec294066e8d5ae1f433fd6acf1c32c120fe /src/widgets/dialogs
parentcf0bd543d6d410ada24fd375f224aeafd65f5bbf (diff)
Doc: Fix location of QT_REQUIRE_VERSION documentation
<QMessageBox> is not a (separately documented) header. QDoc therefore puts the documentation on a separate proxy page: https://doc.qt.io/qt-6/qmessagebox-proxy.html Fix this by actually linking to the type. This amends 95a3f85a2f, which moved the macro from QtGlobal to QMessageBox. Pick-to: 6.5 6.6 Change-Id: Ia2ed3d9fd786732c85d731634ff79afefe42333b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/dialogs')
-rw-r--r--src/widgets/dialogs/qmessagebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp
index b81df2bb07..efe846900d 100644
--- a/src/widgets/dialogs/qmessagebox.cpp
+++ b/src/widgets/dialogs/qmessagebox.cpp
@@ -2928,7 +2928,7 @@ QPixmap QMessageBox::standardIcon(Icon icon)
/*!
\macro QT_REQUIRE_VERSION(int argc, char **argv, const char *version)
- \relates <QMessageBox>
+ \relates QMessageBox
This macro can be used to ensure that the application is run
with a recent enough version of Qt. This is especially useful