Neal Wilson 12 年前
父节点
当前提交
347f7e6533
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/dataqsdk.w

+ 1
- 1
src/dataqsdk.w 查看文件

928
 	        this, SLOT(updateSmoothingEnabled(bool)));
928
 	        this, SLOT(updateSmoothingEnabled(bool)));
929
 	connect(measuredLowerEdit, SIGNAL(textChanged(QString)),
929
 	connect(measuredLowerEdit, SIGNAL(textChanged(QString)),
930
 	        this, SLOT(updateMeasuredLower(QString)));
930
 	        this, SLOT(updateMeasuredLower(QString)));
931
-	connect(mappedLowerEdit, SIGNAL(tectChanged(QString)),
931
+	connect(mappedLowerEdit, SIGNAL(textChanged(QString)),
932
 	        this, SLOT(updateMappedLower(QString)));
932
 	        this, SLOT(updateMappedLower(QString)));
933
 	connect(measuredUpperEdit, SIGNAL(textChanged(QString)),
933
 	connect(measuredUpperEdit, SIGNAL(textChanged(QString)),
934
 	        this, SLOT(updateMeasuredUpper(QString)));
934
 	        this, SLOT(updateMeasuredUpper(QString)));

正在加载...
取消
保存