Skip to content

Commit

Permalink
Re #5261. Forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed May 4, 2012
1 parent b2aebb5 commit 63714ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidQt/MantidWidgets/src/FunctionBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ void FunctionBrowser::createBrowser()
connect(m_attributeStringManager,SIGNAL(propertyChanged(QtProperty*)),this,SLOT(attributeChanged(QtProperty*)));
connect(m_attributeDoubleManager,SIGNAL(propertyChanged(QtProperty*)),this,SLOT(attributeChanged(QtProperty*)));
connect(m_attributeIntManager,SIGNAL(propertyChanged(QtProperty*)),this,SLOT(attributeChanged(QtProperty*)));
connect(m_formulaManager,SIGNAL(propertyChanged(QtProperty*)),this,SLOT(attributeChanged(QtProperty*)));
}

/**
Expand Down

0 comments on commit 63714ec

Please sign in to comment.