Remove note about QDockWidget::DockWidgetClosable not working on macOS

It does nowadays.

Pick-to: 6.6 6.5
Change-Id: Ie14a84460abfebd42c93e5ae41969d9e3b4c4f5d
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
(cherry picked from commit a99d31307600d6ca52890022605c7f1b10ccb7bc)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2024-01-16 16:42:23 +01:00 committed by Qt Cherry-pick Bot
parent e2ad97eef9
commit 4a1ba399ea

View File

@ -1300,9 +1300,7 @@ void QDockWidgetPrivate::setWindowState(bool floating, bool unplug, const QRect
/*! /*!
\enum QDockWidget::DockWidgetFeature \enum QDockWidget::DockWidgetFeature
\value DockWidgetClosable The dock widget can be closed. On some systems the dock \value DockWidgetClosable The dock widget can be closed.
widget always has a close button when it's floating
(for example on MacOS 10.5).
\value DockWidgetMovable The dock widget can be moved between docks \value DockWidgetMovable The dock widget can be moved between docks
by the user. by the user.
\value DockWidgetFloatable The dock widget can be detached from the \value DockWidgetFloatable The dock widget can be detached from the