1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Show tooltip with full text in job view

This commit is contained in:
Leo Franchi 2011-11-18 18:26:22 -05:00
parent 96d8d8b2b2
commit fe97fbe977

View File

@ -81,6 +81,7 @@ JobStatusModel::data( const QModelIndex& index, int role ) const
{
case Qt::DecorationRole:
return item->icon();
case Qt::ToolTipRole:
case Qt::DisplayRole:
{
if ( m_collapseCount.contains( item->type() ) )