IMadeItWorkSoRemoveTheTODO

svn path=/trunk/playground/graphics/okular/; revision=588911
remotes/origin/KDE/4.0
Albert Astals Cid 20 years ago
parent 7f63a0128c
commit a1a3c9c559
  1. 1
      ui/pageview.cpp

@ -622,7 +622,6 @@ bool PageView::event( QEvent* e )
if ( link )
{
// TODO make the rect for the object work
QRect r = rect->boundingRect( pageItem->width(), pageItem->height() );
r.translate( pageItem->geometry().left(), pageItem->geometry().top() );
QString tip = link->linkTip();

Loading…
Cancel
Save