src/configDialog.cpp

changeset 410
a5aebcf4a1c8
parent 402
ec95fc95e5f3
child 411
fd90677cec8d
equal deleted inserted replaced
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"

mercurial