Fix deprecated declaration.
[GB.QT4.WEBKIT] * BUG: Fix deprecated declaration. [GB.QT5.WEBKIT] * BUG: Fix deprecated declaration.
This commit is contained in:
parent
e5816f6c3c
commit
69f7b31d67
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue