Skip to content
Snippets Groups Projects
Verified Commit 19babe0e authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: remove the dead code

parent 0bec1e2e
No related branches found
No related tags found
1 merge request!64QDS-14321 Async project receive
Pipeline #77738 passed
......@@ -59,10 +59,6 @@ void DesignStudio::initSocket()
&QWebSocket::textMessageReceived,
this,
&DesignStudio::processTextMessage);
// connect(m_socket.data(),
// &QWebSocket::binaryMessageReceived,
// this,
// &DesignStudio::processBinaryMessage);
connect(m_socket.data(),
&QWebSocket::binaryFrameReceived,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment