Merge pull request #649 from Jojo-Schmitz/24306-clear-shortcut

fix #24306
This commit is contained in:
Werner Schweer 2014-01-20 00:52:41 -08:00
commit 96a7a55d9f

View file

@ -163,7 +163,7 @@ qDebug("capture key 0x%x modifiers 0x%x virt 0x%x scan 0x%x <%s><%s>\n",
void ShortcutCaptureDialog::clearClicked()
{
//nshrtLabel->setText(tr("Undefined"));
nshrtLabel->setText("");
key = 0;
}
}