projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf741a
)
kconfig: qconf: remove ConfigItem::text/setText
author
Masahiro Yamada
<masahiroy@kernel.org>
Fri, 7 Aug 2020 09:19:05 +0000
(18:19 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Fri, 14 Aug 2020 04:45:51 +0000
(13:45 +0900)
Use QTreeWidgetItem::text/setText directly
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.h
patch
|
blob
|
history
diff --git
a/scripts/kconfig/qconf.h
b/scripts/kconfig/qconf.h
index daa180bdb9b483e620dd483d27b71ba624472e38..012414dcdee5ba392912472086266f0db08b10ad 100644
(file)
--- a/
scripts/kconfig/qconf.h
+++ b/
scripts/kconfig/qconf.h
@@
-156,14
+156,6
@@
public:
return ret;
}
- void setText(colIdx idx, const QString& text)
- {
- Parent::setText(idx, text);
- }
- QString text(colIdx idx) const
- {
- return Parent::text(idx);
- }
// TODO: Implement paintCell
ConfigItem* nextItem;