Created
September 20, 2012 14:37
-
-
Save barneywilliams/3756306 to your computer and use it in GitHub Desktop.
JSONSocket - Qt QTcpSocket creation and wiring up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tcpSocket = new QTcpSocket(this); | |
... | |
Q_ASSERT(connect(tcpSocket, SIGNAL(readyRead()), this, SLOT(ProcessRequest()))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment