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
Education
Cantor
Commits
80c74df5
Commit
80c74df5
authored
Jun 24, 2021
by
Yuri Chornoivan
Browse files
Fix minor typo
parent
7f26b875
Pipeline
#67323
passed with stage
in 25 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/panelplugins/documentationpanel/documentationpanelwidget.cpp
View file @
80c74df5
...
...
@@ -415,7 +415,7 @@ void DocumentationPanelWidget::downloadResource(QWebEngineDownloadItem* resource
m_webEngineView
->
page
()
->
download
(
resource
->
url
());
resource
->
accept
();
KMessageBox
::
information
(
this
,
i18n
(
"The file has been downloaded successfully at Downloads."
),
i18n
(
"Download Successful
l
"
));
KMessageBox
::
information
(
this
,
i18n
(
"The file has been downloaded successfully at Downloads."
),
i18n
(
"Download Successful"
));
disconnect
(
m_webEngineView
->
page
()
->
profile
(),
&
QWebEngineProfile
::
downloadRequested
,
this
,
&
DocumentationPanelWidget
::
downloadResource
);
}
Write
Preview
Markdown
is supported
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