MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / slotSetstate

Method slotSetstate

Plugins/FileTransfer/ListFileModel.cpp:255–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void CFileTransfer::slotSetstate(State s)
256{
257 if(State::Opening == s)
258 m_tmLast = QDateTime::currentDateTime();
259 m_State = s;
260}
261
262QString CFileTransfer::GetPriority()
263{

Callers 5

slotStartFileTransferMethod · 0.80
foreachFunction · 0.80
AsyncFileMethod · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected