1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-01 07:24:29 +00:00

Remove extra ';'

This commit is contained in:
Laurent Montel 2022-06-23 06:48:58 +02:00
parent 4d65b52b47
commit 18591e967c

View File

@ -58,7 +58,7 @@ public:
Embedded = 2,
Metadata = 4,
};
Q_ENUM(CursorMode);
Q_ENUM(CursorMode)
ScreencastingStream *createOutputStream(KWayland::Client::Output *output, CursorMode mode);
ScreencastingStream *createWindowStream(KWayland::Client::PlasmaWindow *window, CursorMode mode);