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
Network
KDE Connect
Commits
c647de6a
Commit
c647de6a
authored
Jun 29, 2021
by
Piyush Aggarwal
🎮
Browse files
connectivity_action.cpp: remove stray qDebug()
parent
2c0c8226
Pipeline
#67909
passed with stage
in 4 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
indicator/systray_actions/connectivity_action.cpp
View file @
c647de6a
...
...
@@ -84,7 +84,6 @@ void ConnectivityAction::update()
// We didn't recognize the network type. Don't append anything.
iconName
+=
QStringLiteral
(
""
);
}
qDebug
()
<<
"iconName ="
<<
iconName
;
setIcon
(
QIcon
::
fromTheme
(
iconName
));
...
...
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