Skip to content

Commit

Permalink
Infrastructure: switch to our qt-orderedmap fork (Mudlet#5812)
Browse files Browse the repository at this point in the history
#### Brief overview of PR changes/additions
Until mandeepsandhu/qt-ordered-map#29 is accepted, lets switch to our fork which has the fix.
#### Motivation for adding to Mudlet
Remove the tens of messages like this we get while compiling:

```
[39/74] Building CXX object src/CMakeFiles/mudlet.dir/TDockWidget.cpp.o
In file included from /media/vadi/SSDer/Programs/Mudlet/src/TDockWidget.cpp:21:
In file included from /media/vadi/SSDer/Programs/Mudlet/src/TDockWidget.h:23:
In file included from /media/vadi/SSDer/Programs/Mudlet/src/mudlet.h:70:
/media/vadi/SSDer/Programs/Mudlet/src/../3rdparty/qt-ordered-map/src/orderedmap.h:118:11: warning: class member cannot be redeclared [-Wredeclared-class-member]
    class const_iterator;
          ^
/media/vadi/SSDer/Programs/Mudlet/src/../3rdparty/qt-ordered-map/src/orderedmap.h:47:11: note: previous declaration is here
    class const_iterator;
          ^
1 warning generated.
```
  • Loading branch information
vadi2 committed Jan 17, 2022
1 parent cbebebb commit 96baec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/qt-ordered-map

0 comments on commit 96baec6

Please sign in to comment.