Fix comment shortcut

This commit is contained in:
xarkes 2018-01-16 15:29:33 +01:00
parent 0ade622a4f
commit 3af89d5f94

View File

@ -174,7 +174,7 @@ QKeySequence DisassemblyContextMenu::getCopySequence() const
QKeySequence DisassemblyContextMenu::getCommentSequence() const
{
return {";"};
return {Qt::Key_Semicolon};
}
QKeySequence DisassemblyContextMenu::getAddFlagSequence() const