Fix documentation of AnnotationUtils::loadStamp

This commit is contained in:
Albert Astals Cid 2021-10-01 18:55:19 +02:00
parent 8b3dfcb3f4
commit b3379d331d

View file

@ -79,8 +79,10 @@ public:
* Returns a pixmap for a stamp symbol
*
* @p name Name of a Okular stamp symbol, icon or path to an image
* @p size Size of the pixmap (ignore aspect ratio). Takes precedence over @p iconSize
* @p iconSize Maximum size of the pixmap (keep aspect ratio)
* @p size Size of the pixmap side
* @p keepAspectRatio Whether to keep aspect ratio of the stamp or not
*
* @since 21.12
*/
static QPixmap loadStamp(const QString &nameOrPath, int size, bool keepAspectRatio = true);
};