summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2017-07-25 12:11:06 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2017-08-11 07:55:39 +0000
commit53f1d9d65d54b8e4869c92ce76675ac6d1208c73 (patch)
treea732c8a754de6f8865d177055262b2ba9c086c5a
parentaac987b2a18041997634f2cb1e7c827e380041ad (diff)
Remove extra semicolon
Change-Id: I3941d7e8caffb613f546e628c7e089e971d1e8b8 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
-rw-r--r--src/client/qwaylandscreen_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandscreen_p.h b/src/client/qwaylandscreen_p.h
index f5da2194c..526c94878 100644
--- a/src/client/qwaylandscreen_p.h
+++ b/src/client/qwaylandscreen_p.h
@@ -95,7 +95,7 @@ public:
#if QT_CONFIG(cursor)
QPlatformCursor *cursor() const override;
- QWaylandCursor *waylandCursor() const { return mWaylandCursor; };
+ QWaylandCursor *waylandCursor() const { return mWaylandCursor; }
#endif
uint32_t outputId() const { return m_outputId; }