| 253 | } |
| 254 | |
| 255 | void CFileTransfer::slotSetstate(State s) |
| 256 | { |
| 257 | if(State::Opening == s) |
| 258 | m_tmLast = QDateTime::currentDateTime(); |
| 259 | m_State = s; |
| 260 | } |
| 261 | |
| 262 | QString CFileTransfer::GetPriority() |
| 263 | { |
no outgoing calls
no test coverage detected