| 57 | } |
| 58 | |
| 59 | void |
| 60 | QHttpConnection::timerEvent(QTimerEvent *) { |
| 61 | killConnection(); |
| 62 | } |
| 63 | |
| 64 | /////////////////////////////////////////////////////////////////////////////// |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected