lxqt / libqtxdg

Qt implementation of freedesktop.org xdg specs
https://lxqt.github.io
GNU Lesser General Public License v2.1
72 stars 35 forks source link

Drop deprecated QLinkedList #210

Closed luis-pereira closed 4 years ago

luis-pereira commented 4 years ago

Use std::list. Code updated accordingly. Using const_iterator where appropriated.

tsujan commented 4 years ago

Looks GTM and compiles well.

luis-pereira commented 4 years ago

I've been using it without any issues.

tsujan commented 4 years ago

No issue here either.