Remove extra semicolon
Change-Id: I3941d7e8caffb613f546e628c7e089e971d1e8b8 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
parent
516c3b7fe9
commit
afb68a09f2
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user