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

Method insertRows

src/program/ui/InputEditorModel.cpp:803–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803bool InputEditorModel::insertRows(int row, int count, const QModelIndex &parent)
804{
805 return insertRows(row, count, false, parent);
806}
807
808bool InputEditorModel::insertRows(int row, int count, bool duplicate, const QModelIndex &parent)
809{

Callers 3

duplicateInputMethod · 0.80
insertInputMethod · 0.80
insertInputsMethod · 0.80

Calls 1

insertInputsBeforeMethod · 0.80

Tested by

no test coverage detected