2
0
forked from Ivasoft/DSView

Fix "ID" issue when export csv file (#237)

This commit is contained in:
DreamSourceLab
2019-11-19 04:08:04 -08:00
parent 9a681f24df
commit 7782e49285

View File

@@ -157,7 +157,7 @@ void ProtocolExp::accept()
}
}
out << QString("%1,%2,%3\n")
.arg("ID")
.arg("Id")
.arg("Time[s]")
.arg(title);