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

Fix a QStringView related FTBFS #251

Closed luis-pereira closed 3 years ago

luis-pereira commented 3 years ago

QStringView was introduced in Qt 5.10 but some methods were introduced in later versions. QStringView::lastIndexOf() was introduced in Qt 5.14. Fixes https://github.com/lxqt/libqtxdg/issues/250.