mirror of
https://github.com/status-im/nimqml.git
synced 2025-02-24 04:18:22 +00:00
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…
x
Reference in New Issue
Block a user