mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
kconfig: qconf: remove unnecessary setRootIsDecorated() call
The default value of the rootIsDecorated property is true. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
0bab492cfe
commit
ac845932cb
@ -307,7 +307,6 @@ ConfigList::ConfigList(QWidget *parent, const char *name)
|
||||
{
|
||||
setObjectName(name);
|
||||
setSortingEnabled(false);
|
||||
setRootIsDecorated(true);
|
||||
|
||||
setVerticalScrollMode(ScrollPerPixel);
|
||||
setHorizontalScrollMode(ScrollPerPixel);
|
||||
|
Loading…
Reference in New Issue
Block a user