Skip to content
GitLab
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
fe4cfe1a
Commit
fe4cfe1a
authored
Aug 02, 2022
by
Stefano Crocco
Browse files
Make string const
parent
9b9b284b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/konqmainwindow.cpp
View file @
fe4cfe1a
...
...
@@ -4705,7 +4705,7 @@ void KonqMainWindow::updateViewModeActions()
//If a view provide several actions, its metadata contains an X-Konqueror-Actions-File entry
//with the path of a .desktop file where the actions are described. The contents of this file
//are the same as the action-related part of the old part .desktop file
QString
actionDesktopFile
=
md
.
value
(
"X-Konqueror-Actions-File"
);
const
QString
actionDesktopFile
=
md
.
value
(
"X-Konqueror-Actions-File"
);
if
(
!
actionDesktopFile
.
isEmpty
())
{
KDesktopFile
df
(
QStandardPaths
::
DataLocation
,
actionDesktopFile
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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