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
Utilities
Kate
Commits
88704575
Commit
88704575
authored
Sep 18, 2022
by
Eric Armbruster
🍁
Browse files
Copy Path -> Copy Location
parent
fcf0191c
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/welcomeview.cpp
View file @
88704575
...
...
@@ -67,8 +67,8 @@ public:
QMenu
menu
;
QAction
*
copyPathAction
=
new
QAction
(
i18n
(
"&Copy
Path
"
));
copyPathAction
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"edit-copy"
)));
QAction
*
copyPathAction
=
new
QAction
(
i18n
(
"&Copy
Location
"
));
copyPathAction
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"edit-copy
-path
"
)));
connect
(
copyPathAction
,
&
QAction
::
triggered
,
this
,
[
item
]()
{
QString
path
;
if
(
item
->
url
.
isLocalFile
())
{
...
...
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