mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 14:18:45 +00:00
update:移除解码器中没用的mutex
This commit is contained in:
parent
743b2398c9
commit
a451b0feee
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ protected:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QPointer<DeviceSocket> m_deviceSocket;
|
QPointer<DeviceSocket> m_deviceSocket;
|
||||||
QMutex m_mutex;
|
|
||||||
bool m_quit = false;
|
bool m_quit = false;
|
||||||
Frames* m_frames;
|
Frames* m_frames;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue