* @brief GUI-thread entry that returns the bytes captured for @p sourceId so far. */
| 109 | * @brief GUI-thread entry that returns the bytes captured for @p sourceId so far. |
| 110 | */ |
| 111 | QByteArray DataModel::ControlApiMarshaller::pollReply(int sourceId) |
| 112 | { |
| 113 | return IO::ConnectionManager::instance().pollReplyBuffer(sourceId); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * @brief GUI-thread entry that releases the capture buffer for @p sourceId. |
nothing calls this directly
no test coverage detected