mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
KeySequence passed by reference
This commit is contained in:
committed by
Luis Ángel San Martín
parent
fccf9ab0af
commit
c73f28cca1
@ -629,7 +629,7 @@ void Viewer::keyPressEvent(QKeyEvent *event)
|
||||
key == ShortcutsManager::getShortcutsManager().getShortcut(MOVE_UP_ACTION_Y) ||
|
||||
key == ShortcutsManager::getShortcutsManager().getShortcut(MOVE_LEFT_ACTION_Y) ||
|
||||
key == ShortcutsManager::getShortcutsManager().getShortcut(MOVE_RIGHT_ACTION_Y)) {
|
||||
moveAction(key);
|
||||
moveAction(&key);
|
||||
emit backgroundChanges();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user