Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
837ef14e
Commit
837ef14e
authored
May 12, 2021
by
liang zhang
Committed by
Aleix Pol Gonzalez
May 12, 2021
Browse files
Change the argument name in function declaration
Change the name from "pipewireStream" to "stream",keep it same as definition.
parent
500321f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/screencast/screencastmanager.h
View file @
837ef14e
...
...
@@ -30,7 +30,7 @@ public:
KWaylandServer
::
ScreencastV1Interface
::
CursorMode
mode
);
private:
void
integrateStreams
(
KWaylandServer
::
ScreencastStreamV1Interface
*
waylandStream
,
PipeWireStream
*
pipewireS
tream
);
void
integrateStreams
(
KWaylandServer
::
ScreencastStreamV1Interface
*
waylandStream
,
PipeWireStream
*
s
tream
);
KWaylandServer
::
ScreencastV1Interface
*
m_screencast
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment