Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
b3379d33
Commit
b3379d33
authored
Oct 01, 2021
by
Albert Astals Cid
Browse files
Fix documentation of AnnotationUtils::loadStamp
parent
8b3dfcb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/annotations.h
View file @
b3379d33
...
...
@@ -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
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment