Skip to content

Commit

Permalink
Refs #8824 Add namespace qualifier for failing windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Feb 10, 2014
1 parent e88c08f commit a0971bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -141,7 +141,7 @@ namespace MantidQt
/// set and show an instrument-specific widget
void setInstSpecificWidget(const std::string & parameterName, QCheckBox * checkBox, QCheckBox::ToggleState defaultState);
// set the upper and lower bounds of the plot range
void setPlotRange(MantidWidgets::RangeSelector* rangeSelector, QtDoublePropertyManager* dblManager,
void setPlotRange(MantidQt::MantidWidgets::RangeSelector* rangeSelector, QtDoublePropertyManager* dblManager,
const std::pair<QtProperty*, QtProperty*> props, const std::pair<double, double>& bounds);

Ui::ConvertToEnergy m_uiForm; ///< user interface form object
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/CustomInterfaces/src/Indirect.cpp
Expand Up @@ -2055,7 +2055,7 @@ void Indirect::sliceUpdateRS(QtProperty* prop, double val)
}


void Indirect::setPlotRange(MantidWidgets::RangeSelector* rangeSelector, QtDoublePropertyManager* dblManager,
void Indirect::setPlotRange(MantidQt::MantidWidgets::RangeSelector* rangeSelector, QtDoublePropertyManager* dblManager,
const std::pair<QtProperty*, QtProperty*> props, const std::pair<double, double>& bounds)
{
dblManager->setMinimum(props.first, bounds.first);
Expand Down

0 comments on commit a0971bf

Please sign in to comment.