Backport: return the tooltip as well.

CCBUG: 159237

svn path=/branches/KDE/4.0/kdegraphics/okular/; revision=785177
remotes/origin/KDE/4.0
Pino Toscano 18 years ago
parent dea8de6278
commit 30a87f7ddb
  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