| 141 | } |
| 142 | |
| 143 | void ChatCompressor::handleCompressionError(const QString &error) |
| 144 | { |
| 145 | cleanupState(); |
| 146 | emit compressionFailed(error); |
| 147 | } |
| 148 | |
| 149 | QString ChatCompressor::createCompressedChatPath(const QString &originalPath) const |
| 150 | { |
nothing calls this directly
no outgoing calls
no test coverage detected