| 47 | } |
| 48 | |
| 49 | QLocalSocket* |
| 50 | QHttpConnection::localSocket() const { |
| 51 | return d_func()->isocket.ilocalSocket; |
| 52 | } |
| 53 | |
| 54 | void |
| 55 | QHttpConnection::onHandler(const TServerHandler &handler) { |
nothing calls this directly
no outgoing calls
no test coverage detected