diff --git a/ui/tocmodel.cpp b/ui/tocmodel.cpp index a555c55b2..f6eb429d8 100644 --- a/ui/tocmodel.cpp +++ b/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: