Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Lohff 645e73802a qt5 conv: replace reset() for models
In qt5 reset() is no longer available for models, instead one should
call beginResetModel(), then reset the model data and then call
endResetModel().

See https://doc.qt.io/qt-5/qabstractitemmodel-obsolete.html#reset
2022-06-30 23:19:57 +02:00
Sebastian Lohff 1010914f41 Convert CRLF to Unix newlines 2022-06-30 23:13:43 +02:00
Sebastian Lohff 9f1d3c81d2 Import of original sourcecode for afutrainer-3.0
Original source: http://www.oliver-saal.de/software/afutrainer/download/afutrainer-3.0-src.zip
Landing page: http://www.oliver-saal.de/software/afutrainer/download.php
092d114b47e40472238e27ee01a528a58ad2d311ec95280b404bb57c97c9fed6  afutrainer-3.0-src.zip
2022-06-30 01:04:57 +02:00