mirror of https://github.com/status-im/nimqml.git
Fixed Missing reset to nil ini QModelIndex
This commit is contained in:
parent
2126599d21
commit
60c62c6a3f
|
@ -8,6 +8,7 @@ proc delete*(self: QHashIntByteArray) =
|
|||
return
|
||||
debugMsg("QHashIntByteArray", "delete")
|
||||
dos_qhash_int_qbytearray_delete(self.vptr)
|
||||
self.vptr.resetToNil
|
||||
|
||||
proc newQHashIntQByteArray*(): QHashIntByteArray =
|
||||
## Create a new QHashIntQByteArray
|
||||
|
|
Loading…
Reference in New Issue