summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandcursor_p.h
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-05-15 09:58:18 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-05-28 09:10:31 +0000
commit633d4e6fd121fe128aec78bb9c137c4f2f82f1ce (patch)
treef5ac15b1f4de5357c2463cc660e9812f9ad15ca9 /src/client/qwaylandcursor_p.h
parentd579651f7ef737d480791a2680eb57aa0e29c260 (diff)
Client: Only load cursor theme once
Now cursor themes load once per device pixel ratio, and not once per screen. Task-number: QTBUG-67796 Change-Id: I4c253e65a791d69e7d510c4228989390a4343110 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/client/qwaylandcursor_p.h')
-rw-r--r--src/client/qwaylandcursor_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/qwaylandcursor_p.h b/src/client/qwaylandcursor_p.h
index b3df93160..532e46c19 100644
--- a/src/client/qwaylandcursor_p.h
+++ b/src/client/qwaylandcursor_p.h
@@ -73,7 +73,6 @@ class Q_WAYLAND_CLIENT_EXPORT QWaylandCursor : public QPlatformCursor
{
public:
QWaylandCursor(QWaylandScreen *screen);
- ~QWaylandCursor() override;
void changeCursor(QCursor *cursor, QWindow *window) override;
void pointerEvent(const QMouseEvent &event) override;