Remove note about QDockWidget::DockWidgetClosable not working on macOS
It does nowadays. Pick-to: 6.7 6.6 6.5 Change-Id: Ie14a84460abfebd42c93e5ae41969d9e3b4c4f5d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>bb10
parent
98ee4d9e37
commit
a99d313076
|
|
@ -1300,9 +1300,7 @@ void QDockWidgetPrivate::setWindowState(bool floating, bool unplug, const QRect
|
|||
/*!
|
||||
\enum QDockWidget::DockWidgetFeature
|
||||
|
||||
\value DockWidgetClosable The dock widget can be closed. On some systems the dock
|
||||
widget always has a close button when it's floating
|
||||
(for example on MacOS 10.5).
|
||||
\value DockWidgetClosable The dock widget can be closed.
|
||||
\value DockWidgetMovable The dock widget can be moved between docks
|
||||
by the user.
|
||||
\value DockWidgetFloatable The dock widget can be detached from the
|
||||
|
|
|
|||
Loading…
Reference in New Issue