QGumboParser
QGumboParser copied to clipboard
C++ wrapper for gumbo-parser library
Results
2
QGumboParser issues
Sort by
recently updated
recently updated
newest added
Allowed passing of GumboOptions to QGumboDocument. Added forEachChild function to QGumboNode to allow limiting of functor iterating to children.
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