mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
kconfig: qconf: remove ConfigItem::text/setText
Use QTreeWidgetItem::text/setText directly Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
abf741a9fa
commit
5ca534cdf9
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue