qt5base-lts/examples/network/googlesuggest
Karsten Heimrich a8028a02df Port the QXmlStream API from QStringRef to QStringView
This gives some source incompatibilities, most of them can be
handled by using auto instead of QStringRef explicitly.

[ChangeLog][Important API changes] QXmlStream now uses QStringView
insteead of QStringRef in it's API. Using auto forvariables returning
a QStringRef in Qt 5 should lead to code that can be used against both
Qt versions.

Fixes: QTBUG-84317
Change-Id: I6df3a9507276f5d16d044a6bdbe0e4810cf99440
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
2020-08-19 19:48:03 +02:00
..
CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
googlesuggest.cpp Port the QXmlStream API from QStringRef to QStringView 2020-08-19 19:48:03 +02:00
googlesuggest.h Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
googlesuggest.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
main.cpp QtNetwork (examples) - update googlesuggest example 2017-10-05 03:45:26 +00:00
searchbox.cpp Cleanup network examples 2019-11-06 10:57:23 +01:00
searchbox.h QtNetwork (examples) - update googlesuggest example 2017-10-05 03:45:26 +00:00