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

Qt: remove unneeded debug.

parent a2e0ccb5
......@@ -155,13 +155,11 @@ protected:
{
if( keyEvent->key() == Qt::Key_Escape )
{
msg_Dbg( p_intf, "Escp Key pressed" );
cancel();
}
else if( keyEvent->key() == Qt::Key_Return
|| keyEvent->key() == Qt::Key_Enter )
{
msg_Dbg( p_intf, "Enter Key pressed" );
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