更新键盘方面的禁用

Signed-off-by: fong <wuwenfengmi@outlook.com>
This commit is contained in:
fong
2024-01-30 19:41:07 +08:00
parent a1bc38df3d
commit 35b5c2f657
4 changed files with 55 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ void trytry::run()
qDebug()<<temp<<"Disconnected";
//m_socket->disconnect();
m_socket->close();
m_socket->flush();
m_socket->deleteLater();
delete m_socket;
});