Clang: type-annotate float literal

This commit is contained in:
Adriaan de Groot 2017-06-27 06:08:07 -04:00
parent 3b5955900e
commit 2add7f6f86

View File

@ -93,7 +93,7 @@ UIDLLEXPORT QPixmap defaultPixmap( ImageType type,
*/ */
UIDLLEXPORT QPixmap createRoundedImage( const QPixmap& avatar, UIDLLEXPORT QPixmap createRoundedImage( const QPixmap& avatar,
const QSize& size, const QSize& size,
float frameWidthPct = 0.20 ); float frameWidthPct = 0.20f );
/** /**
* @brief unmarginLayout recursively walks the QLayout tree and removes all margins. * @brief unmarginLayout recursively walks the QLayout tree and removes all margins.