plexinc / plex-media-player

Next generation Plex Desktop/Embedded Client
GNU General Public License v2.0
1.16k stars 170 forks source link

Fix method invocation ambiguity #962

Closed dschmidt closed 3 years ago

dschmidt commented 4 years ago

This fixes

/usr/include/qt5/QtCore/qlist.h:210:10: note: candidate function
    void append(const T &t);
         ^
/usr/include/qt5/QtCore/qlist.h:211:10: note: candidate function
    void append(const QList<T> &t);

with my Qt and compiler version.

mseeley commented 3 years ago

Sorry for the incredibly long delay landing this. Thanks a lot for addressing!