mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +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;
|
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
|
// TODO: Implement paintCell
|
||||||
|
|
||||||
ConfigItem* nextItem;
|
ConfigItem* nextItem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue