mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 07:19:42 +01:00
show account name in delegate properly
This commit is contained in:
parent
3607d364e7
commit
7783f48bae
@ -53,7 +53,7 @@ AccountModel::data( const QModelIndex& index, int role ) const
|
||||
{
|
||||
case Qt::DisplayRole:
|
||||
case AccountModel::AccountName:
|
||||
return account->accountServiceName();
|
||||
return account->accountFriendlyName();
|
||||
case AccountModel::ConnectionStateRole:
|
||||
return account->connectionState();
|
||||
case AccountModel::HasConfig:
|
||||
|
Loading…
x
Reference in New Issue
Block a user