Changeset - bebcb9e3daf2
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-05-03 16:11:51
hy@ozderya.net
show sent command name in the log
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/commandwidget.cpp
Show inline comments
 
@@ -66,13 +66,13 @@ void CommandWidget::onSendClicked()
 
        ui->leCommand->setFocus(Qt::OtherFocusReason);
 
        return;
 
    }
 

	
 
    if (isASCIIMode())
 
    {
 
        qDebug() << "Sending:" << command;
 
        qDebug() << "Sending " << name() << ":" << command;
 
        emit sendCommand(ui->leCommand->unEscapedText().toLatin1());
 
    }
 
    else // hex mode
 
    {
 
        command = command.remove(' ');
 
        // check if nibbles are missing
0 comments (0 inline, 0 general)