diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-09-09 07:26:25 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-09-09 08:31:10 (GMT) |
commit | bb5c934d3e2e07ddf3a1c299b2111d7119a01eb5 (patch) | |
tree | c539591ba2ed2eb6a0b724d03073ed4f43470b81 /src/gui/kernel/qplatformcursor_qpa.h | |
parent | 34625a376b7d08856c6de1f52179d86aaaa30f14 (diff) | |
download | Qt-bb5c934d3e2e07ddf3a1c299b2111d7119a01eb5.zip Qt-bb5c934d3e2e07ddf3a1c299b2111d7119a01eb5.tar.gz Qt-bb5c934d3e2e07ddf3a1c299b2111d7119a01eb5.tar.bz2 |
Lighthouse: Various compiler warning/error fixes
compliments from Vapula
Diffstat (limited to 'src/gui/kernel/qplatformcursor_qpa.h')
-rw-r--r-- | src/gui/kernel/qplatformcursor_qpa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformcursor_qpa.h b/src/gui/kernel/qplatformcursor_qpa.h index abdbfee..71d0e87 100644 --- a/src/gui/kernel/qplatformcursor_qpa.h +++ b/src/gui/kernel/qplatformcursor_qpa.h @@ -63,7 +63,7 @@ public: QImage * image() { return &cursorImage; } QPoint hotspot() { return hot; } void set(const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY); - void set(const QImage * image, int hx, int hy); + void set(const QImage &image, int hx, int hy); void set(Qt::CursorShape); private: static void createSystemCursor(int id); |