src/configDialog.cpp

changeset 491
7d1b5ecd76c0
parent 482
5e96648f416f
child 493
16766ac1bbd9
equal deleted inserted replaced
486:25747c37c7be 491:7d1b5ecd76c0
699 // ----------------------------------------------------------------------------- 699 // -----------------------------------------------------------------------------
700 void KeySequenceDialog::keyPressEvent (QKeyEvent* ev) { 700 void KeySequenceDialog::keyPressEvent (QKeyEvent* ev) {
701 seq = ev->key() + ev->modifiers(); 701 seq = ev->key() + ev->modifiers();
702 updateOutput(); 702 updateOutput();
703 } 703 }
704 #include "moc_configDialog.cpp"

mercurial