Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Soheil Armin
QAADockerBuild
Commits
a5dd6f7e
Commit
a5dd6f7e
authored
Mar 18, 2022
by
Soheil Armin
Browse files
removed an unnecessary debug msg
parent
a6fa076c
Changes
1
Hide whitespace changes
Inline
Side-by-side
qunixsockettotcpbridge.cpp
View file @
a5dd6f7e
...
...
@@ -28,7 +28,6 @@ void QUnixsocketToTcpBridge::localSocketDisconnected()
void
QUnixsocketToTcpBridge
::
readTcpData
()
{
const
auto
b
=
m_tcpSocket
->
readAll
();
qDebug
()
<<
b
;
this
->
write
(
b
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment