修复ascii发送模式
This commit is contained in:
@@ -386,8 +386,7 @@ void frmComTool::sendData(QString data)
|
||||
void frmComTool::saveData()
|
||||
{
|
||||
QString tempData = ui->txtMain->toPlainText();
|
||||
|
||||
if (tempData == "") {
|
||||
if (tempData.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user