mirror of
https://github.com/status-im/nimqml.git
synced 2025-02-24 04:18:22 +00:00
Merge pull request #11 from markus-oberhumer/misc-updates
Just some trivial changes.
This commit is contained in:
commit
21e2b4e198
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@
|
||||
nimcache
|
||||
*.nimproject*
|
||||
*.exe
|
||||
*.qmlc
|
||||
*.qmlc
|
||||
|
@ -4,7 +4,7 @@ QML binding for the Nim programming language
|
||||
|
||||
## Requirements
|
||||
* [DOtherside](https://github.com/filcuc/DOtherSide) 0.6.3 or higher
|
||||
* [Nim](http://nim-lang.org/) 0.15.0 or higher
|
||||
* [Nim](http://nim-lang.org/) 0.17.0 or higher
|
||||
|
||||
## Build instructions
|
||||
* Compile and Install [DOtherside](https://github.com/filcuc/DOtherSide) in your system PATH (i.e. /usr/lib)
|
||||
|
@ -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…
x
Reference in New Issue
Block a user