| 54 | } |
| 55 | |
| 56 | QHttpConnection* |
| 57 | QHttpResponse::connection() const { |
| 58 | return d_func()->iconnection; |
| 59 | } |
| 60 | |
| 61 | /////////////////////////////////////////////////////////////////////////////// |
| 62 | QByteArray |
nothing calls this directly
no outgoing calls
no test coverage detected