MCPcopy Create free account
hub / github.com/bumptop/BumpTop / onTransferError

Method onTransferError

trunk/win/Source/BT_RSSPhotoFrameSource.cpp:495–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void RSSPhotoFrameSource::onTransferError(const FileTransfer& transfer)
496{
497 // mark it down, but just skip the handling
498 consoleWrite(QString("Could not load PhotoFrame URL: %1\n").arg(transfer.getUrl()));
499
500 bool * isImageNotSource = (bool *) transfer.getUserData();
501 if (isImageNotSource)
502 delete isImageNotSource;
503}

Callers

nothing calls this directly

Calls 5

consoleWriteFunction · 0.85
getUrlMethod · 0.80
getUserDataMethod · 0.80
QStringFunction · 0.50
argMethod · 0.45

Tested by

no test coverage detected