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