From fd4d90173bab078e626e194b59e0451ae83eeae3 Mon Sep 17 00:00:00 2001 From: Glen Kaukola Date: Tue, 30 Mar 2010 19:45:48 +0000 Subject: [PATCH] Okular: presentationwidget.cpp, added the "// " comment back that was accidentally removed. svn path=/trunk/KDE/kdegraphics/okular/; revision=1109212 --- ui/presentationwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/presentationwidget.cpp b/ui/presentationwidget.cpp index 2e3762687..5d14c2eab 100644 --- a/ui/presentationwidget.cpp +++ b/ui/presentationwidget.cpp @@ -662,6 +662,7 @@ void PresentationWidget::resizeEvent( QResizeEvent *re ) applyNewScreenSize( re->oldSize() ); } +// const Okular::Action * PresentationWidget::getLink( int x, int y, QRect * geometry ) const {