Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ columnCount
Method
columnCount
pcsx2-qt/Debugger/StackModel.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
int StackModel::columnCount(const QModelIndex&) const
21
{
22
return StackModel::COLUMN_COUNT;
23
}
24
25
QVariant StackModel::data(const QModelIndex& index, int role) const
26
{
Callers
5
AbstractItemModelToCSV
Function · 0.45
downloadUpdateClicked
Method · 0.45
reflowCheckBoxes
Method · 0.45
populateTrackList
Method · 0.45
saveGameSettings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected