Home
last modified time | relevance | path

Searched refs:acceptFileRecvRequest (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcorefile.h63 void acceptFileRecvRequest(uint32_t friendId, uint32_t fileId, QString path);
H A Dcorefile.cpp255 void CoreFile::acceptFileRecvRequest(uint32_t friendId, uint32_t fileId, QString path) in acceptFileRecvRequest() function in CoreFile
/dports/net-im/qTox/qTox-1.17.4/src/chatlog/content/
H A Dfiletransferwidget.cpp149 coreFile->acceptFileRecvRequest(fileInfo.friendId, fileInfo.fileNum, filepath); in acceptTransfer()
/dports/net-im/qTox/qTox-1.17.4/src/widget/
H A Dwidget.cpp131 coreFile->acceptFileRecvRequest(file.friendId, file.fileNum, filepath); in acceptFileTransfer()