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
7c0198f9
Commit
7c0198f9
authored
Jun 28, 2021
by
Carlos Alves
Committed by
Kurt Hindenburg
Jul 07, 2021
Browse files
Fix compile warnings
-> warning: extra ‘;’ [-Wpedantic]
parent
4a5e7a56
Changes
2
Show whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshconfigurationdata.h
View file @
7c0198f9
...
...
@@ -22,6 +22,6 @@ public:
bool
importedFromSshConfig
=
false
;
};
Q_DECLARE_METATYPE
(
SSHConfigurationData
)
;
Q_DECLARE_METATYPE
(
SSHConfigurationData
)
#endif
src/plugins/SSHManager/sshmanagermodel.cpp
View file @
7c0198f9
...
...
@@ -22,7 +22,7 @@
#include
"sshconfigurationdata.h"
Q_LOGGING_CATEGORY
(
SshManagerPlugin
,
"org.kde.konsole.plugin.sshmanager"
)
;
Q_LOGGING_CATEGORY
(
SshManagerPlugin
,
"org.kde.konsole.plugin.sshmanager"
)
namespace
{
const
QString
SshDir
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
HomeLocation
)
+
QStringLiteral
(
"/.ssh/"
);
...
...
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