mirror of https://github.com/status-im/nimqml.git
Normalize whitespace.
Remove trailing whitespace and make sure each file ends with a newline.
This commit is contained in:
parent
30452faab9
commit
51f487c5be
|
@ -3,4 +3,4 @@
|
|||
nimcache
|
||||
*.nimproject*
|
||||
*.exe
|
||||
*.qmlc
|
||||
*.qmlc
|
||||
|
|
|
@ -1 +1 @@
|
|||
--path:"../../src"
|
||||
--path:"../../src"
|
||||
|
|
|
@ -1 +1 @@
|
|||
--path:"../../src"
|
||||
--path:"../../src"
|
||||
|
|
|
@ -51,7 +51,7 @@ proc child*(self: QModelIndex, row: cint, column: cint): QModelIndex =
|
|||
proc sibling*(self: QModelIndex, row: cint, column: cint): QModelIndex =
|
||||
## Return the sibling index associated to the given row and column
|
||||
newQModelIndex(dos_qmodelindex_sibling(self.vptr, row, column), Ownership.Take)
|
||||
|
||||
proc internalPointer(self: QModelIndex): pointer =
|
||||
|
||||
proc internalPointer(self: QModelIndex): pointer =
|
||||
## Return the internal pointer
|
||||
dos_qmodelindex_internalPointer(self.vptr)
|
||||
|
|
Loading…
Reference in New Issue