Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
fc5fdcfc
Commit
fc5fdcfc
authored
Oct 22, 2020
by
Stefano Crocco
Browse files
Add missing return
parent
194204a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
webenginepart/src/ui/featurepermissionbar.cpp
View file @
fc5fdcfc
...
...
@@ -82,6 +82,8 @@ QString FeaturePermissionBar::labelForFeature(QWebEnginePage::Feature feature)
return
i18n
(
"<html>Do you want to allow the site to record your screen?"
);
case
QWebEnginePage
::
DesktopAudioVideoCapture
:
return
i18n
(
"<html>Do you want to allow the site to record your screen and your audio?"
);
default:
return
QString
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment