MCPcopy 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
20int StackModel::columnCount(const QModelIndex&) const
21{
22 return StackModel::COLUMN_COUNT;
23}
24
25QVariant StackModel::data(const QModelIndex& index, int role) const
26{

Callers 5

AbstractItemModelToCSVFunction · 0.45
downloadUpdateClickedMethod · 0.45
reflowCheckBoxesMethod · 0.45
populateTrackListMethod · 0.45
saveGameSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected