409:8da2563c645a | 410:a5aebcf4a1c8 |
---|---|
658 // ============================================================================= | 658 // ============================================================================= |
659 void KeySequenceDialog::keyPressEvent (QKeyEvent* ev) { | 659 void KeySequenceDialog::keyPressEvent (QKeyEvent* ev) { |
660 seq = ev->key() + ev->modifiers(); | 660 seq = ev->key() + ev->modifiers(); |
661 updateOutput(); | 661 updateOutput(); |
662 } | 662 } |
663 | |
664 #include "build/moc_configDialog.cpp" |