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

Method slotTreeRemoteDelete

Plugins/FileTransfer/FrmFileTransfer.cpp:527–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527void CFrmFileTransfer::slotTreeRemoteDelete()
528{
529 auto idx = ui->treeRemote->currentIndex();
530 if(idx.isValid())
531 m_pModelRemoteDir->RemoveDir(idx);
532}
533
534void CFrmFileTransfer::slotTreeRemoteRefresh()
535{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.80
RemoveDirMethod · 0.45

Tested by

no test coverage detected