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

Method ColumnCount

Plugins/FileTransfer/RemoteFileSystemModel.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int CRemoteFileSystem::ColumnCount()
144{
145#if defined(Q_OS_WIN)
146 return (int)ColumnValue::Permission;
147#else
148 return (int)ColumnValue::End;
149#endif
150}
151
152int CRemoteFileSystem::ChildCount()
153{

Callers 1

slotGetDirMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected