mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 06:08:39 +00:00
update:移除解码器中没用的mutex
This commit is contained in:
parent
0da3fca247
commit
7f2509cbed
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