Loading isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2447,7 +2447,7 @@ namespace Isis { * Reset the selected template in the template combobox if the template selected by the user does * not satisfy requirements for the control measure. * * @param fielName The filename that was previously selected in the template combo box * @param fileName The filename that was previously selected in the template combo box */ void ControlPointEditWidget::resetTemplateComboBox(QString fileName) { if(fileName.startsWith("$base")) { Loading isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.h +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ namespace Isis { QPointer<QWidget> m_templateEditorWidget; //!< Template editor widget bool m_templateModified; //!< Indicates if the registration template was edited QPointer<QComboBox> m_templateComboBox; //!< ComboBox of importd registration templates QPointer<QComboBox> m_templateComboBox; //!< ComboBox of imported registration templates QPointer<QLabel> m_ptIdValue; //!< Label for the point id of the current point QPointer<QComboBox> m_pointType; //!< Combobox to change the type of the current point QPointer<QLabel> m_numMeasures; Loading Loading
isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2447,7 +2447,7 @@ namespace Isis { * Reset the selected template in the template combobox if the template selected by the user does * not satisfy requirements for the control measure. * * @param fielName The filename that was previously selected in the template combo box * @param fileName The filename that was previously selected in the template combo box */ void ControlPointEditWidget::resetTemplateComboBox(QString fileName) { if(fileName.startsWith("$base")) { Loading
isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.h +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ namespace Isis { QPointer<QWidget> m_templateEditorWidget; //!< Template editor widget bool m_templateModified; //!< Indicates if the registration template was edited QPointer<QComboBox> m_templateComboBox; //!< ComboBox of importd registration templates QPointer<QComboBox> m_templateComboBox; //!< ComboBox of imported registration templates QPointer<QLabel> m_ptIdValue; //!< Label for the point id of the current point QPointer<QComboBox> m_pointType; //!< Combobox to change the type of the current point QPointer<QLabel> m_numMeasures; Loading