| 71 | } |
| 72 | |
| 73 | QHttpConnection* |
| 74 | QHttpRequest::connection() const { |
| 75 | return d_ptr->iconnection; |
| 76 | } |
| 77 | |
| 78 | /////////////////////////////////////////////////////////////////////////////// |
| 79 | } // namespace server |
nothing calls this directly
no outgoing calls
no test coverage detected