Skip to content

Commit

Permalink
MainWindow_remove_qDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
szeli1 committed Nov 2, 2024
1 parent 5cd61a6 commit 2012037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,6 @@ void MainWindow::focusOutEvent( QFocusEvent * _fe )

void MainWindow::keyPressEvent( QKeyEvent * _ke )
{
qDebug("KeyPressed event");
switch( _ke->key() )
{
case Qt::Key_Control: m_keyMods.m_ctrl = true; break;
Expand Down

0 comments on commit 2012037

Please sign in to comment.