From 1b6ee5d6cd918b81c59a5163c9d6371f35f9885c Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 27 Mar 2015 15:43:06 +0100 Subject: review comments --- src/kitemviews/private/kpixmapmodifier.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/kitemviews/private/kpixmapmodifier.h') diff --git a/src/kitemviews/private/kpixmapmodifier.h b/src/kitemviews/private/kpixmapmodifier.h index 9089a1001..e48abf515 100644 --- a/src/kitemviews/private/kpixmapmodifier.h +++ b/src/kitemviews/private/kpixmapmodifier.h @@ -37,7 +37,8 @@ public: /** * Resize and paint a frame round an icon - * @arg scaledSize is assumed to be the scaled to the same device pixel ratio as the source icon + * @arg scaledSize is in device-independent pixels + * The returned image will be scaled by the application devicePixelRatio */ static void applyFrame(QPixmap& icon, const QSize& scaledSize); -- cgit v1.3.1