Commit ac845932 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: qconf: remove unnecessary setRootIsDecorated() call



The default value of the rootIsDecorated property is true.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 0bab492c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -307,7 +307,6 @@ ConfigList::ConfigList(QWidget *parent, const char *name)
{
	setObjectName(name);
	setSortingEnabled(false);
	setRootIsDecorated(true);

	setVerticalScrollMode(ScrollPerPixel);
	setHorizontalScrollMode(ScrollPerPixel);