diff options
| author | David Edmundson <[email protected]> | 2015-03-27 15:43:06 +0100 |
|---|---|---|
| committer | David Edmundson <[email protected]> | 2015-03-27 16:28:57 +0100 |
| commit | 1b6ee5d6cd918b81c59a5163c9d6371f35f9885c (patch) | |
| tree | c3163b42590feb0d53962c51e1c42c9eaf3e0453 /src/kitemviews/private/kpixmapmodifier.h | |
| parent | 35c0972671c1f90f76d8d86b002b2e1f8bac79dd (diff) | |
review comments
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); |
