From a3a1270f228c4ba65afabe5ae259e7ef9a3c4150 Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Mon, 19 Nov 2018 08:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=97=A0=E7=BA=BF=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtScrcpy/videoform.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/QtScrcpy/videoform.cpp b/QtScrcpy/videoform.cpp index 890235f..f3113e8 100644 --- a/QtScrcpy/videoform.cpp +++ b/QtScrcpy/videoform.cpp @@ -80,6 +80,9 @@ VideoForm::VideoForm(QWidget *parent) : //m_server->start("P7C0218510000537", 27183, 0, 8000000, ""); //m_server->start("P7C0218510000537", 27183, 1080, 8000000, ""); m_server->start("P7C0218510000537", 27183, 720, 8000000, ""); + + // support wireless connect + //m_server->start("192.168.0.174:5555", 27183, 720, 8000000, ""); } VideoForm::~VideoForm()