Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it run with Qt6 | Arno | 2022-04-15 | 1 | -1/+1 |
| | | | | | | | | | This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store... | ||||
* | Various clang warning fixes | Arno | 2019-01-12 | 1 | -1/+1 |
| | | | | | Mostly nullptr, one missing include that wasn't really missed, and a stray ; | ||||
* | Just code shuffle, no functional change | Arno | 2018-07-19 | 1 | -0/+28 |
Split up all the classes in mappingtreewidget into separate files to make editing easier. |