diff options
| author | Peter Varga <pvarga@inf.u-szeged.hu> | 2019-05-15 10:33:07 +0200 |
|---|---|---|
| committer | Peter Varga <pvarga@inf.u-szeged.hu> | 2019-05-27 10:49:59 +0200 |
| commit | 2c86c348d7a94f27d1e9e7a71c2435565cbe6fb5 (patch) | |
| tree | 574dd43d6739aa975f8a40e150ff32946fca5899 /src/webengine/api/qquickwebengineaction.cpp | |
| parent | e02bcb0855ebee0612cab0f3cd3f9fd494497336 (diff) | |
| download | qtwebengine-2c86c348d7a94f27d1e9e7a71c2435565cbe6fb5.tar.gz | |
Disable edit actions when content has no focused frame
Task-number: QTBUG-75505
Change-Id: Ia1329ff554a86e307aa7995e9af1665ea6c5e64c
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webengine/api/qquickwebengineaction.cpp')
| -rw-r--r-- | src/webengine/api/qquickwebengineaction.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webengine/api/qquickwebengineaction.cpp b/src/webengine/api/qquickwebengineaction.cpp index 69a05f29b..77ac8d340 100644 --- a/src/webengine/api/qquickwebengineaction.cpp +++ b/src/webengine/api/qquickwebengineaction.cpp @@ -146,8 +146,7 @@ QString QQuickWebEngineAction::iconName() const /*! \qmlproperty bool WebEngineAction::enabled - This property holds whether the action is enabled. Context-dependent - actions are always enabled. + This property holds whether the action is enabled. */ bool QQuickWebEngineAction::isEnabled() const { |
