Disabled global keyboard shortcuts...

This commit is contained in:
Jordan Sherer 2018-07-27 14:40:37 -04:00
parent 17033f1044
commit 091b3b3ee8

View File

@ -2114,6 +2114,7 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
QMainWindow::keyPressEvent (e);
}
#if 0
int n;
switch(e->key())
{
@ -2229,6 +2230,7 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
}
break;
}
#endif
QMainWindow::keyPressEvent (e);
}