AppFwk : Rename to uiField() and setUiField()

This commit is contained in:
Magne Sjaastad
2018-06-15 14:22:03 +02:00
parent a801fd9cc5
commit 17ee25d0b2
25 changed files with 127 additions and 127 deletions

View File

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