qt-ordered-map
qt-ordered-map copied to clipboard
Qt 5.15 compile warning
3rdparty/qt-ordered-map/src/orderedmap.h:37: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
In file included from ../src/mudlet.h:69,
from ../src/dlgColorTrigger.cpp:31:
../src/../3rdparty/qt-ordered-map/src/orderedmap.h:37:22: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
37 | typedef typename QLinkedList<Key>::iterator QllIterator;
| ^~~~~~~~~~~