| 1161 | } |
| 1162 | |
| 1163 | void 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 | |
| 1171 | void MappingSequenceEditTableWidget::startDrag(Qt::DropActions supportedActions) |
| 1172 | { |