Change the argument name in function declaration
Change the name from "pipewireStream" to "stream",keep it same as definition.
This commit is contained in:
parent
500321f2b5
commit
837ef14e46
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
KWaylandServer::ScreencastV1Interface::CursorMode mode);
|
||||
|
||||
private:
|
||||
void integrateStreams(KWaylandServer::ScreencastStreamV1Interface *waylandStream, PipeWireStream *pipewireStream);
|
||||
void integrateStreams(KWaylandServer::ScreencastStreamV1Interface *waylandStream, PipeWireStream *stream);
|
||||
|
||||
KWaylandServer::ScreencastV1Interface *m_screencast;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue