Remove debug output
This commit is contained in:
@@ -315,7 +315,6 @@ ToolBar {
|
||||
Keys.onEscapePressed: closeAll()
|
||||
|
||||
Keys.onPressed: {
|
||||
console.log(Qt.Key_Paste, event.key);
|
||||
if (event.key === Qt.Key_PageDown) {
|
||||
switchRoomDown();
|
||||
} else if (event.key === Qt.Key_PageUp) {
|
||||
|
||||
Reference in New Issue
Block a user