Commit 9034aecc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove unneeded debug.

parent a2e0ccb5
...@@ -155,13 +155,11 @@ protected: ...@@ -155,13 +155,11 @@ protected:
{ {
if( keyEvent->key() == Qt::Key_Escape ) if( keyEvent->key() == Qt::Key_Escape )
{ {
msg_Dbg( p_intf, "Escp Key pressed" );
cancel(); cancel();
} }
else if( keyEvent->key() == Qt::Key_Return else if( keyEvent->key() == Qt::Key_Return
|| keyEvent->key() == Qt::Key_Enter ) || keyEvent->key() == Qt::Key_Enter )
{ {
msg_Dbg( p_intf, "Enter Key pressed" );
close(); close();
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment