From 72d106ece605a6ffd712ea210a6c12cdb3163f68 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Thu, 23 Jan 2025 14:48:09 +0100 Subject: [PATCH] better dox --- src/gui/qgsdockablewidgethelper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/qgsdockablewidgethelper.h b/src/gui/qgsdockablewidgethelper.h index cbb16c9a6be..5a671ea5453 100644 --- a/src/gui/qgsdockablewidgethelper.h +++ b/src/gui/qgsdockablewidgethelper.h @@ -90,8 +90,7 @@ class GUI_EXPORT QgsDockableWidgetHelper : public QObject * The ownership of \a widget is returned to \a ownerWindow once the object is destroyed. * * With a unique \a dockId, the status (docked, area and geometry) are saved in the settings and re-used on creation. - * - * If \a usePersistentWidget is TRUE then the \a widget (either as a dock or window) cannot be destroyed and must be hidden instead. + * The default values of the settings can be overridden with \a defaultIsDocked and \a defaultDockArea. * * \since QGIS 3.42 */