BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)
Other
370 stars 59 forks source link

Changed QVariantMap to QMultiMap #270

Closed greg-szabo closed 3 years ago

greg-szabo commented 3 years ago

Fix #269 : QMap::unite deprecated and removed

This is a quick fix for the deprecated method in Qt. It compiles with Qt 5.15.1 (tested on OSX). Seasoned C++ developers should take a look at it before merging. It is good enough if you need a compiled binary right now, but there might be better ways to deal with the issue.

ceeac commented 3 years ago

I cherry-picked the commit for #271 since the old CI builds are broken. Thanks for your contribution!