kconfig: qconf: set parent in the widget constructor
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 8 Oct 2024 18:00:08 +0000 (03:00 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 4 Nov 2024 08:53:09 +0000 (17:53 +0900)
commit93096d7d2a86b45d1590b041fa9b31546f2f8095
treef7f15b8d8d62abdb99a42866e9bcdbd8fe92af52
parent7d48998b58e83a11500d2234e528003ef5d7e982
kconfig: qconf: set parent in the widget constructor

The ->addWidget() method re-parents the widget. The parent QWidget can
be specified directly in the constructor.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc