summaryrefslogtreecommitdiffstats
path: root/src/widget/wpixmapstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wpixmapstore.h')
-rw-r--r--src/widget/wpixmapstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wpixmapstore.h b/src/widget/wpixmapstore.h
index ec501617c6..01100a0c57 100644
--- a/src/widget/wpixmapstore.h
+++ b/src/widget/wpixmapstore.h
@@ -39,7 +39,7 @@ typedef QWeakPointer<Paintable> WeakPaintablePointer;
class WPixmapStore {
public:
static PaintablePointer getPaintable(
- PixmapSource source,
+ const PixmapSource& source,
Paintable::DrawMode mode,
double scaleFactor);
static QPixmap* getPixmapNoCache(const QString& fileName, double scaleFactor);