Changeset - e92bd1a05782
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-09-13 11:39:29
hy@ozderya.net
do not print "baud rate changed" message
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
portcontrol.cpp
Show inline comments
 
@@ -156,10 +156,6 @@ void PortControl::selectBaudRate(QString
 
        {
 
            qCritical() << "Can't set baud rate!";
 
        }
 
        else
 
        {
 
            qDebug() << "Baud rate changed to" << serialPort->baudRate();
 
        }
 
    }
 
}
 

	
0 comments (0 inline, 0 general)