mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
Fix documentation of AnnotationUtils::loadStamp
This commit is contained in:
parent
8b3dfcb3f4
commit
b3379d331d
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue