vcl/qt5/QtBuilder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 263536de849a9f5d5dcf5b7abe45bf0e1f2ca53e Author: Michael Weghorn <[email protected]> AuthorDate: Fri Apr 4 17:17:04 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Sun Apr 6 20:33:40 2025 +0200 tdf#130857 qt weld: Clarify comment See also commit message in commit e32d069ba74229916c459842d0c27c5a89b82168 Author: Michael Weghorn <[email protected]> Date: Fri Dec 13 22:55:50 2024 +0100 that added the comment. Change-Id: Ibcd82e9392a2fb20311bf7dc7653faf32fd8c626 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183729 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/vcl/qt5/QtBuilder.cxx b/vcl/qt5/QtBuilder.cxx index f2fc67967892..20e5c86cfd3b 100644 --- a/vcl/qt5/QtBuilder.cxx +++ b/vcl/qt5/QtBuilder.cxx @@ -549,7 +549,7 @@ void QtBuilder::setMnemonicWidget(const OUString& rLabelId, const OUString& rMne void QtBuilder::setRadioButtonGroup(const OUString& rRadioButtonId, const OUString& rRadioGroupId) { - // insert all buttons into a button group owned by button whose matches the group's + // insert all buttons into a button group owned by button whose ID matches the group's QRadioButton* pGroupOwner = get<QRadioButton>(rRadioGroupId); assert(pGroupOwner && "No radio button with the given group name");
