Fix deprecated declaration.

[GB.QT4.WEBKIT]
* BUG: Fix deprecated declaration.

[GB.QT5.WEBKIT]
* BUG: Fix deprecated declaration.
This commit is contained in:
Benoît Minisini 2023-08-22 23:19:55 +02:00
parent e5816f6c3c
commit 69f7b31d67

View file

@ -527,7 +527,7 @@ END_METHOD
BEGIN_METHOD(WebView_FindText, GB_STRING text; GB_BOOLEAN backward; GB_BOOLEAN case_sensitive; GB_BOOLEAN wrap)
QString text;
QWebPage::FindFlags flags = 0;
QWebPage::FindFlags flags;
if (!MISSING(text))
text = QSTRING_ARG(text);