mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
show account name in delegate properly
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user