summaryrefslogtreecommitdiffstats
path: root/mappingtreeproxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Make it run with Qt6Arno2022-04-151-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 fixesArno2019-01-121-1/+1
| | | | | Mostly nullptr, one missing include that wasn't really missed, and a stray ;
* Just code shuffle, no functional changeArno2018-07-191-0/+28
Split up all the classes in mappingtreewidget into separate files to make editing easier.