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
 
@@ -69,7 +69,7 @@ void CommandWidget::onSendClicked()
 

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