MCPcopy Create free account
hub / github.com/clementgallet/libTAS / index

Method index

src/program/ui/InputChangeLogModel.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51QModelIndex InputChangeLogModel::index(int row, int column, const QModelIndex &parent = QModelIndex()) const
52{
53 return createIndex(row, column);
54}
55
56QModelIndex InputChangeLogModel::parent(const QModelIndex &index) const
57{

Callers 8

scrollToFrameMethod · 0.80
keyPressEventMethod · 0.80
deleteInputMethod · 0.80
updateMethod · 0.80
moveChangeLogMethod · 0.80
updateChangeLogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected