Remove calls to setUiField that are unneccessary because of changes in AppFwk

This commit is contained in:
Jacob Støren 2019-03-29 14:30:05 +01:00 committed by Magne Sjaastad
parent 088b5513a7
commit f1d4de2090
2 changed files with 0 additions and 4 deletions

View File

@ -246,8 +246,6 @@ void RicSummaryCurveCreatorSplitterUi::configureAndUpdateFields(int widgetStartI
if (fieldEditor)
{
fieldEditor->setUiField(field);
// Place the widget(s) into the correct parent and layout
QWidget* fieldCombinedWidget = fieldEditor->combinedWidget();

View File

@ -160,8 +160,6 @@ void RiuSummaryCurveDefSelectionEditor::configureAndUpdateFields(int widgetStart
if (fieldEditor)
{
fieldEditor->setUiField(field);
// Place the widget(s) into the correct parent and layout
QWidget* fieldCombinedWidget = fieldEditor->combinedWidget();