Change the argument name in function declaration

Change the name from "pipewireStream" to "stream",keep it same as definition.
This commit is contained in:
Zhang Liang 2021-05-12 14:27:14 +08:00 committed by Aleix Pol Gonzalez
parent 500321f2b5
commit 837ef14e46

View file

@ -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;
};