Return the tooltip as well.

BUG: 159237

svn path=/trunk/KDE/kdegraphics/okular/; revision=785176
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent 6672443f43
commit a6e766cfad
  1. 1
      ui/tocmodel.cpp

@ -179,6 +179,7 @@ QVariant TOCModel::data( const QModelIndex &index, int role ) const
switch ( role )
{
case Qt::DisplayRole:
case Qt::ToolTipRole:
return item->text;
break;
case Qt::DecorationRole:

Loading…
Cancel
Save