forked from blue/squawk
some sorting in roster
This commit is contained in:
parent
100b2e8943
commit
e4d1e21ea0
7 changed files with 89 additions and 5 deletions
|
@ -309,3 +309,13 @@ void Models::Room::setSubject(const QString& sub)
|
|||
changed(6);
|
||||
}
|
||||
}
|
||||
|
||||
QString Models::Room::getDisplayedName() const
|
||||
{
|
||||
return getRoomName();
|
||||
}
|
||||
|
||||
bool Models::Room::columnInvolvedInDisplay(int col)
|
||||
{
|
||||
return Item::columnInvolvedInDisplay(col) && col == 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue