diff --git a/core/document.h b/core/document.h index c856718ce..110ae2d68 100644 --- a/core/document.h +++ b/core/document.h @@ -341,6 +341,10 @@ class OKULAR_EXPORT Document : public QObject /** * Sends @p requests for pixmap generation. + * + * @param reqOptions the options for the request + * + * @since 0.7 (KDE 4.1) */ void requestPixmaps( const QLinkedList &requests, PixmapRequestFlags reqOptions );