aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/utils.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-10-07 10:26:16 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-10-07 15:35:40 +0200
commit732fdd80b363a714fadeed75981a7f8bf7b4032a (patch)
treebf5819339ffb911097f32c132f2d4e28379eb482 /build_scripts/utils.py
parentb8d46ca7a028612ecd64f7a4ceb8d8471132d341 (diff)
PySide6: Fix overloads of QWebEnginePage::runJavaScript()
Adapt them to C++, where: void QWebEnginePage::runJavaScript(QString scriptSource, std::function<void (QVariant)> resultCallback) and void QWebEnginePage::runJavaScript(QString scriptSource, quint32 worldId = 0, std::function<void (QVariant)> =resultCallback = {}) exist. Introduce a functor as static source to be able to share code with other classes to be added. Task-number: PYSIDE-2883 Change-Id: I61f913a38e761df18ce5a5f3ea43478b7dceace2 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'build_scripts/utils.py')
0 files changed, 0 insertions, 0 deletions