From 5b9157b938c6b797e4163cec8868b013bbccb2c7 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 24 May 2007 20:57:00 +0000 Subject: [PATCH] SVN_SILENT repeat with me, always check twice when doing a copy&paste... svn path=/trunk/KDE/kdegraphics/okular/; revision=668034 --- kdocumentviewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdocumentviewer.h b/kdocumentviewer.h index 5f86844e5..2f77610d7 100644 --- a/kdocumentviewer.h +++ b/kdocumentviewer.h @@ -40,7 +40,7 @@ class KDocumentViewer virtual void startPresentation() = 0; /** - * Change to @p page the currently shown page. + * Return a list with the supported mimetypes. */ virtual QStringList supportedMimeTypes() const = 0; };