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