Skip to content

Qt 5.15 compile warning #27

@vadi2

Description

@vadi2
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions