Initialize CFormItem fields...

--HG--
branch : dfighter-tools
hg/feature/qt5
dfighter1985 10 years ago
parent 655d446151
commit d046a970d9

@ -34,6 +34,12 @@ namespace GeorgesQt
{ {
CFormItem::CFormItem() CFormItem::CFormItem()
{ {
parentItem = NULL;
formElm = NULL;
m_form = NULL;
_StructId = 0;
_Slot = 0;
_Type = Null;
} }
CFormItem::~CFormItem() CFormItem::~CFormItem()

Loading…
Cancel
Save