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)));

Loading…
취소
저장