MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / insertMappingKeyFromCopiedList

Method insertMappingKeyFromCopiedList

QKeyMapper/qmappingsequenceedit.cpp:1769–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767}
1768
1769int QMappingSequenceEdit::insertMappingKeyFromCopiedList(int insertMode)
1770{
1771 const int insertRow = getInsertRowFromSelectionOrAppend(insertMode);
1772 return insertMappingKeyFromCopiedListAtAbsoluteRow(insertRow);
1773}
1774
1775int QMappingSequenceEdit::insertMappingKeyFromCopiedListAtAbsoluteRow(int insertRow)
1776{

Callers 1

keyPressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected