MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / error

Method error

src/network/UBHttpFileDownloader.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102void UBHttpFileDownloader::error ( QNetworkReply::NetworkError code )
103{
104 qDebug() << "UBHttpFileDownloader::error : code=" << code;
105 mSuccess = mSuccess && (code == QNetworkReply::NoError);
106
107}
108
109void UBHttpFileDownloader::finished ()
110{

Callers 15

jquery.jsFile · 0.45
bcFunction · 0.45
biFunction · 0.45
b$Function · 0.45
kFunction · 0.45
XMLDocFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected