MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / cancelDownloadReleaseNotes

Method cancelDownloadReleaseNotes

_fervor/fvupdatewindow.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void FvUpdateWindow::cancelDownloadReleaseNotes()
93{
94 if (m_reply) {
95 m_httpRequestAborted = true;
96 m_reply->abort();
97 }
98}
99
100void FvUpdateWindow::httpReleaseNotesReadyRead()
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected