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

Method IndexOfParent

Plugins/FileTransfer/RemoteFileSystemModel.cpp:216–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216int CRemoteFileSystem::IndexOfParent()
217{
218 int nIndex = -1;
219 if(GetParent())
220 nIndex= GetParent()->IndexOf(this);
221 return nIndex;
222}
223
224QString CRemoteFileSystem::GetPath()
225{

Callers 1

indexMethod · 0.80

Calls 1

IndexOfMethod · 0.80

Tested by

no test coverage detected