mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Accidentally left a debug line in.
This commit is contained in:
parent
096421347e
commit
a5e7fdeacd
1 changed files with 0 additions and 2 deletions
|
@ -489,8 +489,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
return;
|
||||
}
|
||||
|
||||
qDebug() << QKeySequence(event->key());
|
||||
|
||||
bool shifted = event->modifiers().testFlag(Qt::ShiftModifier);
|
||||
switch (event->key()) {
|
||||
case Qt::Key_BracketLeft:
|
||||
|
|
Loading…
Reference in a new issue