From a451b0feeeac3aef005f7b8ab2f76acc1cc5e9ef Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Sat, 15 Jun 2019 18:09:28 +0800 Subject: [PATCH] =?UTF-8?q?update:=E7=A7=BB=E9=99=A4=E8=A7=A3=E7=A0=81?= =?UTF-8?q?=E5=99=A8=E4=B8=AD=E6=B2=A1=E7=94=A8=E7=9A=84mutex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtScrcpy/decoder/decoder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/QtScrcpy/decoder/decoder.h b/QtScrcpy/decoder/decoder.h index e5d704f..3d600ba 100644 --- a/QtScrcpy/decoder/decoder.h +++ b/QtScrcpy/decoder/decoder.h @@ -54,7 +54,6 @@ protected: private: QPointer m_deviceSocket; - QMutex m_mutex; bool m_quit = false; Frames* m_frames;