| 390 | } |
| 391 | |
| 392 | void WizMobileTcpContainer::connectToHost(const QString& address, quint16 port) |
| 393 | { |
| 394 | m_strHost = address; |
| 395 | if (!isRunning()) |
| 396 | { |
| 397 | start(); |
| 398 | } |
| 399 | } |
| 400 | |
| 401 | void WizMobileTcpContainer::readTcpPendingData() |
| 402 | { |
no outgoing calls
no test coverage detected