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
Utilities
Konsole
Commits
eb5ab6c1
Commit
eb5ab6c1
authored
Nov 29, 2021
by
Tomaz Canabrava
Browse files
Fix variable name
parent
a854a02b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshmanagerpluginwidget.cpp
View file @
eb5ab6c1
...
...
@@ -178,7 +178,7 @@ void SSHManagerTreeWidget::triggerRemove()
:
"You are about to remove %1, are you sure?"
)
.
arg
(
selection
.
at
(
0
).
data
(
Qt
::
DisplayRole
).
toString
());
const
QString
dont
Shor
AgainKey
=
const
QString
dont
Ask
AgainKey
=
ui
->
treeView
->
model
()
->
rowCount
(
selection
.
at
(
0
))
?
QStringLiteral
(
"remove_ssh_folder"
)
:
QStringLiteral
(
"remove_ssh_config"
);
KMessageBox
::
ButtonCode
result
=
KMessageBox
::
messageBox
(
this
,
...
...
@@ -188,7 +188,7 @@ void SSHManagerTreeWidget::triggerRemove()
KStandardGuiItem
::
yes
(),
KStandardGuiItem
::
no
(),
KStandardGuiItem
::
cancel
(),
dont
Shor
AgainKey
);
dont
Ask
AgainKey
);
if
(
result
==
KMessageBox
::
ButtonCode
::
No
)
{
return
;
...
...
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