mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
Remove extra ';'
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
|||||||
Embedded = 2,
|
Embedded = 2,
|
||||||
Metadata = 4,
|
Metadata = 4,
|
||||||
};
|
};
|
||||||
Q_ENUM(CursorMode);
|
Q_ENUM(CursorMode)
|
||||||
|
|
||||||
ScreencastingStream *createOutputStream(KWayland::Client::Output *output, CursorMode mode);
|
ScreencastingStream *createOutputStream(KWayland::Client::Output *output, CursorMode mode);
|
||||||
ScreencastingStream *createWindowStream(KWayland::Client::PlasmaWindow *window, CursorMode mode);
|
ScreencastingStream *createWindowStream(KWayland::Client::PlasmaWindow *window, CursorMode mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user