QGumboParser icon indicating copy to clipboard operation
QGumboParser copied to clipboard

Qt6 compilation issues fixed: QStringView used instead of QStringRef

Open eraxillan opened this issue 4 years ago • 0 comments

Qt6 replaced QStringRef with QStringView, so the old code will not compile anymore.
So i've just added a ifdef branch for Qt6 with QStringView usage.
Documentation: https://doc-snapshots.qt.io/qt6-dev/qtcore-changes-qt6.html#qstringref

eraxillan avatar Feb 13 '21 09:02 eraxillan