forked from qt-creator/qt-creator
QmlDesigner: Reduce the noise when destroying the sockets
Change-Id: Idf6dc300ccd43731f71ee63d55575383a3e3bd91 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -78,11 +78,7 @@ Device::Device(const QString designStudioId,
|
|||||||
reconnect();
|
reconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
Device::~Device()
|
Device::~Device() = default;
|
||||||
{
|
|
||||||
m_socket->close();
|
|
||||||
m_socket.reset();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Device::initPingPong()
|
void Device::initPingPong()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user