Neal Wilson 11 years ago
parent
commit
347f7e6533
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/dataqsdk.w

+ 1
- 1
src/dataqsdk.w View File

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…
Cancel
Save