! * \brief Sets the network socket's port to port * \param port */
| 251 | * \param port |
| 252 | */ |
| 253 | void LiveDataSource::setPort(quint16 port) { |
| 254 | m_port = port; |
| 255 | initDevice(); |
| 256 | } |
| 257 | |
| 258 | void LiveDataSource::setBytesRead(qint64 bytes) { |
| 259 | m_bytesRead = bytes; |
no outgoing calls