mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Removed temporary debugging print.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4363 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
cb27e2c4b0
commit
87da310279
@ -728,7 +728,6 @@ void MainWindow::auto_tx_mode (bool state)
|
||||
|
||||
void MainWindow::keyPressEvent( QKeyEvent *e ) //keyPressEvent
|
||||
{
|
||||
qDebug () << "key: " << e->key () << " modifiers: " << e->modifiers ();
|
||||
int n;
|
||||
switch(e->key())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user