Switch to cmake
This commit is contained in:
parent
913d7df56d
commit
c1f6b6e90f
23 changed files with 155 additions and 189 deletions
|
|
@ -70,7 +70,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
QTcpSocket* microSocket = new QTcpSocket;
|
||||
|
||||
qInfo()<<"connecting to "<<host.toStdString()<<':'<<port<<" for tcp micro";
|
||||
qInfo()<<"connecting to "<<host<<':'<<port<<" for tcp micro";
|
||||
microSocket->connectToHost(host, port, QIODevice::ReadWrite);
|
||||
|
||||
if(!microSocket->waitForConnected(1000))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue