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
7383c16d
Commit
7383c16d
authored
Sep 19, 2021
by
Harald Sitter
✨
Browse files
log into category
otherwise every focus switch spams the journal if qdebug is routed to journald
parent
e587f9dc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshmanagerpluginwidget.cpp
View file @
7383c16d
...
...
@@ -7,6 +7,7 @@
#include "sshmanagerpluginwidget.h"
#include "konsoledebug.h"
#include "session/SessionController.h"
#include "sshconfigurationdata.h"
#include "sshmanagermodel.h"
...
...
@@ -278,7 +279,7 @@ void SSHManagerTreeWidget::setModel(SSHManagerModel *model)
void
SSHManagerTreeWidget
::
setCurrentController
(
Konsole
::
SessionController
*
controller
)
{
qDebug
()
<<
"Controller changed to"
<<
controller
;
q
C
Debug
(
KonsoleDebug
)
<<
"Controller changed to"
<<
controller
;
d
->
controller
=
controller
;
}
...
...
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