mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux Compile Fix
This commit is contained in:
@@ -435,7 +435,7 @@ caf::PdmUiFieldEditorHandle* PdmUiFieldEditorHelper::fieldEditorForField(PdmUiFi
|
||||
|
||||
bool useOptionsOnly = true;
|
||||
QList<PdmOptionItemInfo> options = field->valueOptions(&useOptionsOnly);
|
||||
assert(fromMenuOnly); // Not supported
|
||||
assert(useOptionsOnly); // Not supported
|
||||
|
||||
if (!options.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user