nimqml/examples
Filippo Cucchetto 496f9b238b Fixed #15 Missing QAbstractTableModel override for parent and index
The QAbstractItemModel index and parent method should be pure virtual.
In nim we enforce this by using a doAssert(false)
2018-03-03 16:47:41 +01:00
..
abstractitemmodel Normalize whitespace. 2017-07-06 22:30:52 +02:00
charts Fixed #15 Missing QAbstractTableModel override for parent and index 2018-03-03 16:47:41 +01:00
contactapp Synched with the qaim changes 2017-04-09 11:57:24 +02:00
helloworld Restored dynlib support 2016-03-28 11:50:32 +02:00
qmlregistertype Fixed compilation of examples with latest nim 2016-06-14 23:41:50 +02:00
resourcebundling Restored dynlib support 2016-03-28 11:50:32 +02:00
simpledata Little fix and code cleanup 2016-04-05 23:38:23 +02:00
slotsandproperties Normalize whitespace. 2017-07-06 22:30:52 +02:00