mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Initialize CFormItem fields...
This commit is contained in:
parent
6d19500e35
commit
f32ded34fa
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ namespace GeorgesQt
|
|||
{
|
||||
CFormItem::CFormItem()
|
||||
{
|
||||
parentItem = NULL;
|
||||
formElm = NULL;
|
||||
m_form = NULL;
|
||||
_StructId = 0;
|
||||
_Slot = 0;
|
||||
_Type = Null;
|
||||
}
|
||||
|
||||
CFormItem::~CFormItem()
|
||||
|
|
Loading…
Reference in a new issue