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
..
2018-03-02 23:23:20 +01:00
2018-03-02 23:23:20 +01:00
2018-03-02 23:23:20 +01:00
2018-03-02 23:23:20 +01:00
2018-03-03 10:31:27 +01:00