projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bab492
)
kconfig: qconf: remove unnecessary setRootIsDecorated() call
author
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 23 Oct 2024 18:17:53 +0000
(
03:17
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000
(08:46 +0900)
The default value of the rootIsDecorated property is true.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc
patch
|
blob
|
history
diff --git
a/scripts/kconfig/qconf.cc
b/scripts/kconfig/qconf.cc
index
58c57c9
..
120090f
100644
(file)
--- 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);