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

Method getUserData

trunk/win/Source/BT_FileTransferManager.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void *FileTransfer::getUserData() const
271{
272 return _userData;
273}
274
275FileTransferWrapper::FileTransferWrapper(FileTransfer &ft, QList<FileTransferWrapper*> *parent, bool isBlocking, int maxNumRedirects)
276: _ft(ft)

Callers 5

transferFinishedMethod · 0.80
onTransferCompleteMethod · 0.80
onTransferErrorMethod · 0.80
onTransferCompleteMethod · 0.80
onTransferErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected