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
Konsole
Commits
528f90f7
Commit
528f90f7
authored
Nov 26, 2021
by
Tomaz Canabrava
Browse files
Do not force to add port, a missing port means default
parent
dc27daee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshmanagerpluginwidget.cpp
View file @
528f90f7
...
...
@@ -325,11 +325,6 @@ std::pair<bool, QString> SSHManagerTreeWidget::checkFields() const
errorString
+=
li
+
i18n
(
"Missing Name"
)
+
il
;
}
if
(
ui
->
port
->
text
().
isEmpty
())
{
error
=
true
;
errorString
+=
li
+
i18n
(
"Missing Port"
)
+
il
;
}
if
(
ui
->
useSshConfig
->
checkState
()
==
Qt
::
Checked
)
{
if
(
ui
->
sshkey
->
text
().
count
()
||
ui
->
username
->
text
().
count
())
{
error
=
true
;
...
...
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