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

Method RemoveChild

Plugins/FileTransfer/RemoteFileSystemModel.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186int CRemoteFileSystem::RemoveChild(int index)
187{
188 if(0 > index || m_vChild.size() < index)
189 return -1;
190 m_vChild.removeAt(index);
191 return 0;
192}
193
194CRemoteFileSystem* CRemoteFileSystem::GetChild(int nIndex)
195{

Callers 2

RemoveDirMethod · 0.45
setDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected