summaryrefslogtreecommitdiffstats
path: root/unpacker.h
Commit message (Collapse)AuthorAgeFilesLines
* Various clang warning fixesArno2019-01-121-1/+1
| | | | | Mostly nullptr, one missing include that wasn't really missed, and a stray ;
* Display unpack output in DialogArno2014-07-081-0/+38
This was a difficult one. Got lost in the Semantics of QThread once again, but just 2 days later it works :)