mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Clang: type-annotate float literal
This commit is contained in:
parent
3b5955900e
commit
2add7f6f86
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ UIDLLEXPORT QPixmap defaultPixmap( ImageType type,
|
|||
*/
|
||||
UIDLLEXPORT QPixmap createRoundedImage( const QPixmap& avatar,
|
||||
const QSize& size,
|
||||
float frameWidthPct = 0.20 );
|
||||
float frameWidthPct = 0.20f );
|
||||
|
||||
/**
|
||||
* @brief unmarginLayout recursively walks the QLayout tree and removes all margins.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue