-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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;
| ^~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels