Skip to content

Commit

Permalink
DROP: QKeyEvent Debug Info
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehrig committed Jun 2, 2021
1 parent 7487dee commit 73aa9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1258,8 +1258,8 @@ void Shell::keyPressEvent(QKeyEvent *ev)
const QString inp{ Input::convertKey(*ev) };

// Uncomment for key input debugging and unit test writing.
// qDebug() << "QKeyEvent ev:" << ev;
// qDebug() << " " << inp;
qDebug() << "QKeyEvent ev:" << ev;
qDebug() << " " << inp;

if (inp.isEmpty()) {
QWidget::keyPressEvent(ev);
Expand Down

0 comments on commit 73aa9a3

Please sign in to comment.