summaryrefslogtreecommitdiffstats
path: root/mappingdata.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/+0
| | | | | Mostly nullptr, one missing include that wasn't really missed, and a stray ;
* More code churnArno2018-07-201-0/+32
Create separate files for MappingData and MappingTreeResultModel. Hopefully no functional changes.