| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qabstractprotocolhandler.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | QAbstractProtocolHandler::QAbstractProtocolHandler(QHttpNetworkConnectionChannel *channel) | - |
| 7 | : m_channel(channel), m_reply(0), m_socket(m_channel->socket), m_connection(m_channel->connection) | - |
| 8 | { | - |
| 9 | ((!(m_channel)) ? qt_assert("m_channel",__FILE__,50) : qt_noop()); | - |
| 10 | ((!(m_socket)) ? qt_assert("m_socket",__FILE__,51) : qt_noop()); | - |
| 11 | ((!(m_connection)) ? qt_assert("m_connection",__FILE__,52) : qt_noop()); | - |
| 12 | } executed 737 times by 8 tests: end of blockExecuted by:
| 737 |
| 13 | - | |
| 14 | QAbstractProtocolHandler::~QAbstractProtocolHandler() | - |
| 15 | { | - |
| 16 | } | - |
| 17 | - | |
| 18 | void QAbstractProtocolHandler::setReply(QHttpNetworkReply *reply) | - |
| 19 | { | - |
| 20 | m_reply = reply; | - |
| 21 | } executed 1908 times by 8 tests: end of blockExecuted by:
| 1908 |
| 22 | - | |
| 23 | - | |
| Switch to Source code | Preprocessed file |