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.
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.