| 90 | } |
| 91 | |
| 92 | void FvUpdateWindow::cancelDownloadReleaseNotes() |
| 93 | { |
| 94 | if (m_reply) { |
| 95 | m_httpRequestAborted = true; |
| 96 | m_reply->abort(); |
| 97 | } |
| 98 | } |
| 99 | |
| 100 | void FvUpdateWindow::httpReleaseNotesReadyRead() |
| 101 | { |
nothing calls this directly
no outgoing calls
no test coverage detected