Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ rowCount
Method
rowCount
App/Client/Recent/RecentModel.cpp:64–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
int CRecentModel::rowCount(const QModelIndex &parent) const
65
{
66
if (parent.isValid())
67
return 0;
68
69
return m_Items.count();
70
}
71
72
int CRecentModel::columnCount(const QModelIndex &parent) const
73
{
Callers
7
FrmActive.cpp
File · 0.45
slotLoad
Method · 0.45
slotViewChanged
Method · 0.45
slotRefresh
Method · 0.45
Accept
Method · 0.45
SetFilterHeader
Method · 0.45
slotFilterItemChanged
Method · 0.45
Calls
1
isValid
Method · 0.80
Tested by
no test coverage detected