tl;dr - Replace QVariantMap/toMap() usage in ResultsTree/ResultsView classes with QVariantHash/toHash() for performance and segfault avoidance I've experienced cppcheck-gui crashes inside the resultsTree::updateFromOldReport method when built using Qt 6 (No crashes with Qt 5). After much flailing, it appears that the crash is occurring in the dtor for the QVariantMap stored in the QStandardItem using the setData() method, specifically when the initial QVariantMap is being replaced with an update....
https://sourceforge.net/u/dalem2/kdis/ci/8300c9e412243a79c07e986b2d8a7be00da566e9/ Added the explicit keyword to the ctors and a true copy ctor for the class. Submitted merge request.
Added the explicit keyword to the ctors and a true copy ctor for the
Issue 58 - DIS V7 Emission PDU
Resolved by merge 23
Resolved by merge 21
Resolved by merge 22
Resolved by merge 19