完成数据变化绘图
This commit is contained in:
@ -14,7 +14,7 @@ ReadThread::ReadThread(QObject *parent)
|
||||
kexue.setPattern("^[0-9].[0-9]e[+-][0-9][0-9]");
|
||||
}
|
||||
|
||||
bool ReadThread::isNumeric(QString data) {
|
||||
bool ReadThread::isNumeric(const QString& data) {
|
||||
bool flag = false;
|
||||
patternMatch = pattern.match(data);
|
||||
if (patternMatch.hasMatch()) {
|
||||
|
Reference in New Issue
Block a user