summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-07-24 10:40:55 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-07-25 21:21:07 +0200
commit6117b0ffb9a8dab550486dbfa362f7a398ff8f5b (patch)
treeba449b1a1a962b151a05cf98064581ac435f2c81 /tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml
parent900c5d96a5c85b24eafddef78546423259898259 (diff)
QWebEngineNavigationRequest: Prospective fix for clang parsers
The clang parser in Qt for Python and likely qdoc choke at QT_DEPREQT_DEPRECATEDCATED Q_ENUM: QtWebEngineCore/qwebenginenavigationrequest.h:85:19: error: expected member name or ';' after declaration specifiers Properly deprecating the enum would be done by specifying QT_DEPRECATED behind the enum keyword, but that causes deprecation warnings for the setter and getters ( action()/setAction()). Since they are deprecated, too, just remove the deprecation from the enumeration. Amends 13254e7950a032ebbeb11b1cf54b850c8326fb30, Pick-to: 6.2 Change-Id: I3ecf9b52abc0b5a6e503097b7a1d20c69a1c5f93 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml')
0 files changed, 0 insertions, 0 deletions