easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

QLinkedList is deprecated

Open plamendp opened this issue 4 years ago • 1 comments

I am getting this warning:

warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]

plamendp avatar Jan 18 '21 09:01 plamendp

QLinkedList and QStringRef have been removed from Qt6 so the library is not working with Qt6

cVecchioTheOld avatar Apr 26 '22 08:04 cVecchioTheOld