qt-ordered-map icon indicating copy to clipboard operation
qt-ordered-map copied to clipboard

Qt 5.15 compile warning

Open vadi2 opened this issue 3 years ago • 0 comments

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;
      |                      ^~~~~~~~~~~

vadi2 avatar Nov 12 '21 16:11 vadi2