From: Masahiro Yamada Date: Wed, 23 Oct 2024 18:17:53 +0000 (+0900) Subject: kconfig: qconf: remove unnecessary setRootIsDecorated() call X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ac845932cbaa30020d5943fc4448bba7b7327158;p=users%2Fjedix%2Flinux-maple.git kconfig: qconf: remove unnecessary setRootIsDecorated() call The default value of the rootIsDecorated property is true. Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index 58c57c9081491..120090fa4ac96 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc @@ -307,7 +307,6 @@ ConfigList::ConfigList(QWidget *parent, const char *name) { setObjectName(name); setSortingEnabled(false); - setRootIsDecorated(true); setVerticalScrollMode(ScrollPerPixel); setHorizontalScrollMode(ScrollPerPixel);