From b6a1935562360adf4b29bd17907a008497c702b7 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 23 May 2023 11:18:26 +0200 Subject: [PATCH] Doc: Fix qdoc warning caused by a changed argument name Change-Id: Id2f28994f6cd1829bfc4bdc23c87aabe40f44f2c Reviewed-by: hjk --- src/libs/utils/layoutbuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/utils/layoutbuilder.cpp b/src/libs/utils/layoutbuilder.cpp index 017a147897e..b603b0bf8ff 100644 --- a/src/libs/utils/layoutbuilder.cpp +++ b/src/libs/utils/layoutbuilder.cpp @@ -549,7 +549,7 @@ void LayoutItem::addItems(const LayoutItems &items) } /*! - Attach the constructed layout to the provided \c QWidget \a parent. + Attaches the constructed layout to the provided QWidget \a w. This operation can only be performed once per LayoutBuilder instance. */