doc: Remove link to missing showShaded() function

Change-Id: I8a70558521a6829e0bd99f03a7aa695681061945
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
(cherry picked from commit c08ca6ff02af9d735b2692b958c1666ea96996bd)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 73e9605765a69c833371da45fb843dac64a34264)
This commit is contained in:
David Boddie 2025-02-17 13:28:40 +01:00 committed by Qt Cherry-pick Bot
parent c1a6c8aa20
commit dd25a75cd8

View File

@ -19,10 +19,7 @@
Unlike the window managers for top-level windows, all window flags
(Qt::WindowFlags) are supported by QMdiArea as long as the flags
are supported by the current widget style. If a specific flag is
not supported by the style (e.g., the
\l{Qt::}{WindowShadeButtonHint}), you can still shade the window
with showShaded().
are supported by the current widget style.
Subwindows in QMdiArea are instances of QMdiSubWindow. They
are added to an MDI area with addSubWindow(). It is common to pass