Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
int 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
152
int CRemoteFileSystem::ChildCount()
153
{
Callers
1
slotGetDir
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected