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; };