Link to topLevelChanged() in the docs of QDockWidget::floating

topLevelChanged() is emitted when the floating property changes.
It's not very well named, it's easy to miss.

Change-Id: Iabaa4fb3dc6190df43d719ed7565f0586816c6de
Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
bb10
Sergio Martins 2016-10-06 18:36:12 +01:00 committed by Sérgio Martins
parent 62d13e2e9b
commit c353bf0033
1 changed files with 3 additions and 1 deletions

View File

@ -1311,7 +1311,9 @@ QDockWidget::DockWidgetFeatures QDockWidget::features() const
By default, this property is \c true.
\sa isWindow()
When this property changes, the \c {topLevelChanged()} signal is emitted.
\sa isWindow(), topLevelChanged()
*/
void QDockWidget::setFloating(bool floating)
{