| 40 | } |
| 41 | |
| 42 | void CParameterNet::SetHost(const QString& host) |
| 43 | { |
| 44 | if (m_szHost == host) |
| 45 | return; |
| 46 | m_szHost = host; |
| 47 | SetModified(true); |
| 48 | emit sigHostChanged(m_szHost); |
| 49 | } |
| 50 | |
| 51 | const quint16 CParameterNet::GetPort() const |
| 52 | { |
no outgoing calls
no test coverage detected