add few apidox for the new requestPixmaps(requests, options)

svn path=/trunk/KDE/kdegraphics/okular/; revision=783272
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent 5eec89ead0
commit 8efe0c45c5
  1. 4
      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<PixmapRequest*> &requests, PixmapRequestFlags reqOptions );

Loading…
Cancel
Save