From: Masahiro Yamada Date: Wed, 23 Oct 2024 18:17:53 +0000 (+0900) Subject: kconfig: qconf: remove unnecessary setRootIsDecorated() call X-Git-Tag: v6.13-rc1~16^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac845932cbaa30020d5943fc4448bba7b7327158;p=thirdparty%2Fkernel%2Fstable.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);