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

Method emitValidationFailurePopup

QKeyMapper/qmappingsequenceedit.cpp:1163–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161}
1162
1163void QMappingSequenceEdit::emitValidationFailurePopup(const QString &popupMessage) const
1164{
1165 if (popupMessage.isEmpty()) {
1166 return;
1167 }
1168 emit QKeyMapper::getInstance()->showPopupMessage_Signal(popupMessage, FAILURE_COLOR, POPUP_MESSAGE_DISPLAY_TIME_DEFAULT);
1169}
1170
1171void MappingSequenceEditTableWidget::startDrag(Qt::DropActions supportedActions)
1172{

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected