diff options
author | Michal Klocek <michal.klocek@qt.io> | 2022-12-09 10:46:23 +0100 |
---|---|---|
committer | Michal Klocek <michal.klocek@qt.io> | 2022-12-16 08:58:48 +0000 |
commit | cbc622f158a94fea9c6af8d675a8743e98267109 (patch) | |
tree | 9e67fabc151190b34d4dd2dfc2db09ff88f3aae5 /examples/webenginewidgets/CMakeLists.txt | |
parent | ae2ca250efd331d4eb1d843a91735020cbb87be2 (diff) | |
download | qtwebengine-cbc622f158a94fea9c6af8d675a8743e98267109.tar.gz |
Fix qdoc warnings
As JavaScript parsing issue got fixed , the limit was
not changed, meaning there where 4 "unused" warnings
possibilities. In the meantime another change
e6a13d97898f3f4b19f61006d0716ca9e1b9f037
was merged which had 3 qdoc issues, which got therefore
unnoticed.
Fix those issues.
Do not use underscore in example name and rename push_notification
to push-notifications (like qtbase network-chat).
Pick-to: 6.5
Change-Id: I2635424e24d3b9a0a02c2e6fe8ac383eec95c112
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/webenginewidgets/CMakeLists.txt')
-rw-r--r-- | examples/webenginewidgets/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginewidgets/CMakeLists.txt b/examples/webenginewidgets/CMakeLists.txt index c94f71fb4..c3d466558 100644 --- a/examples/webenginewidgets/CMakeLists.txt +++ b/examples/webenginewidgets/CMakeLists.txt @@ -7,7 +7,7 @@ qt_internal_add_example(cookiebrowser) qt_internal_add_example(notifications) qt_internal_add_example(simplebrowser) qt_internal_add_example(stylesheetbrowser) -qt_internal_add_example(push_notifications) +qt_internal_add_example(push-notifications) qt_internal_add_example(videoplayer) qt_internal_add_example(webui) if(QT_FEATURE_webengine_geolocation) |