Skip to content

Commit ac84593

Browse files
committed
kconfig: qconf: remove unnecessary setRootIsDecorated() call
The default value of the rootIsDecorated property is true. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 0bab492 commit ac84593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/kconfig/qconf.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ ConfigList::ConfigList(QWidget *parent, const char *name)
307307
{
308308
setObjectName(name);
309309
setSortingEnabled(false);
310-
setRootIsDecorated(true);
311310

312311
setVerticalScrollMode(ScrollPerPixel);
313312
setHorizontalScrollMode(ScrollPerPixel);

0 commit comments

Comments
 (0)