| 26 | } |
| 27 | |
| 28 | void |
| 29 | QHttpResponse::setVersion(const QString &versionString) { |
| 30 | d_func()->iversion = versionString; |
| 31 | } |
| 32 | |
| 33 | void |
| 34 | QHttpResponse::addHeader(const QByteArray &field, const QByteArray &value) { |
nothing calls this directly
no outgoing calls
no test coverage detected