mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#587) Fixed missing initialization. Will probably fix this issue
This commit is contained in:
parent
bd1aeaf840
commit
891bce069d
@ -56,7 +56,7 @@ class PdmUiItemInfo
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
PdmUiItemInfo()
|
PdmUiItemInfo()
|
||||||
: m_editorTypeName(""), m_isHidden(-1), m_isChildrenHidden(-1), m_isReadOnly(-1)
|
: m_editorTypeName(""), m_isHidden(-1), m_isChildrenHidden(-1), m_isReadOnly(-1), m_labelAlignment(LEFT)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
PdmUiItemInfo( QString uiName, QIcon icon = QIcon(), QString toolTip = "", QString whatsThis = "")
|
PdmUiItemInfo( QString uiName, QIcon icon = QIcon(), QString toolTip = "", QString whatsThis = "")
|
||||||
|
Loading…
Reference in New Issue
Block a user