forked from blue/squawk
Better way to store expanded elements in roster, several clean ups, translations
This commit is contained in:
parent
7e9eed2075
commit
d162494ec8
18 changed files with 874 additions and 252 deletions
|
@ -181,6 +181,11 @@ QString Models::Item::getName() const
|
|||
return name;
|
||||
}
|
||||
|
||||
QString Models::Item::getId() const
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
||||
QVariant Models::Item::data(int column) const
|
||||
{
|
||||
if (column != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue