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
Plasma
Plasma applet for NetworkManager
Commits
4ba0edf6
Commit
4ba0edf6
authored
Feb 10, 2022
by
Laurent Montel
Browse files
Add QLatin1Char
parent
20b436fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/declarative/networkstatus.cpp
View file @
4ba0edf6
...
...
@@ -215,7 +215,7 @@ void NetworkStatus::changeActiveConnections()
}
if
(
!
activeConnections
.
isEmpty
())
{
activeConnections
+=
'\n'
;
activeConnections
+=
QLatin1Char
(
'\n'
)
;
}
activeConnections
+=
format
.
arg
(
conType
,
status
);
...
...
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