diff options
Diffstat (limited to 'src/kitemviews/private/kpixmapmodifier.h')
| -rw-r--r-- | src/kitemviews/private/kpixmapmodifier.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
