mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove calls to setUiField that are unneccessary because of changes in AppFwk
This commit is contained in:
parent
088b5513a7
commit
f1d4de2090
@ -246,8 +246,6 @@ void RicSummaryCurveCreatorSplitterUi::configureAndUpdateFields(int widgetStartI
|
|||||||
|
|
||||||
if (fieldEditor)
|
if (fieldEditor)
|
||||||
{
|
{
|
||||||
fieldEditor->setUiField(field);
|
|
||||||
|
|
||||||
// Place the widget(s) into the correct parent and layout
|
// Place the widget(s) into the correct parent and layout
|
||||||
QWidget* fieldCombinedWidget = fieldEditor->combinedWidget();
|
QWidget* fieldCombinedWidget = fieldEditor->combinedWidget();
|
||||||
|
|
||||||
|
@ -160,8 +160,6 @@ void RiuSummaryCurveDefSelectionEditor::configureAndUpdateFields(int widgetStart
|
|||||||
|
|
||||||
if (fieldEditor)
|
if (fieldEditor)
|
||||||
{
|
{
|
||||||
fieldEditor->setUiField(field);
|
|
||||||
|
|
||||||
// Place the widget(s) into the correct parent and layout
|
// Place the widget(s) into the correct parent and layout
|
||||||
QWidget* fieldCombinedWidget = fieldEditor->combinedWidget();
|
QWidget* fieldCombinedWidget = fieldEditor->combinedWidget();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user