@@ -47,7 +47,7 struct PythonQtMemberInfo { | |||||
47 | Invalid, Slot, EnumValue, Property, NotFound |
|
47 | Invalid, Slot, EnumValue, Property, NotFound | |
48 | }; |
|
48 | }; | |
49 |
|
49 | |||
50 |
PythonQtMemberInfo():_slot(NULL),_enumValue(0) |
|
50 | PythonQtMemberInfo():_type(Invalid),_slot(NULL),_enumValue(0) { } | |
51 |
|
51 | |||
52 | PythonQtMemberInfo(PythonQtSlotInfo* info) { |
|
52 | PythonQtMemberInfo(PythonQtSlotInfo* info) { | |
53 | _type = Slot; |
|
53 | _type = Slot; |
General Comments 0
You need to be logged in to leave comments.
Login now