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

Method setEditingMappingKeyText

QKeyMapper/qmappingsequenceedit.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void QMappingSequenceEdit::setEditingMappingKeyText(const QString &new_mappingkeytext)
279{
280 return getInstance()->ui->MappingSequenceEdit_MappingKeyLineEdit->setText(new_mappingkeytext);
281}
282
283QString QMappingSequenceEdit::getCurrentMapKeyListText()
284{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected