forked from blue/squawk
bug with selection, some right padding to the avatars
This commit is contained in:
parent
626227db93
commit
565449f176
3 changed files with 8 additions and 3 deletions
|
@ -66,7 +66,6 @@ QVariant Models::Roster::data (const QModelIndex& index, int role) const
|
|||
case Qt::DisplayRole:
|
||||
{
|
||||
if (index.column() != 0) {
|
||||
result = "";
|
||||
break;
|
||||
}
|
||||
switch (item->type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue