Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
527
void CFrmFileTransfer::slotTreeRemoteDelete()
528
{
529
auto idx = ui->treeRemote->currentIndex();
530
if(idx.isValid())
531
m_pModelRemoteDir->RemoveDir(idx);
532
}
533
534
void CFrmFileTransfer::slotTreeRemoteRefresh()
535
{
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.80
RemoveDir
Method · 0.45
Tested by
no test coverage detected