Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.8
-
None
-
d48f84898 (dev), b2223c390 (6.8)
-
DaVinci 106
Description
https://doc.qt.io/qt-6/qwebengineurlschemehandler.html#details
The example here missing a closing bracket "}" (or having an unnecessary starting bracket) for
if (method == QByteArrayLiteral("GET")) {
Simply copying and pasting the code is going to cause error.