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
5f703c19
Commit
5f703c19
authored
Oct 10, 2022
by
Eric Armbruster
🍁
Browse files
gdb: fix copy icon
parent
2339988b
Pipeline
#245038
passed with stage
in 25 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/gdbplugin/configview.cpp
View file @
5f703c19
...
...
@@ -85,7 +85,7 @@ ConfigView::ConfigView(QWidget *parent, KTextEditor::MainWindow *mainWin)
m_addTarget
->
setToolTip
(
i18n
(
"Add new target"
));
m_copyTarget
=
new
QToolButton
(
this
);
m_copyTarget
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
documen
t-copy"
)));
m_copyTarget
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
edi
t-copy"
)));
m_copyTarget
->
setToolTip
(
i18n
(
"Copy target"
));
m_deleteTarget
=
new
QToolButton
(
this
);
...
...
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