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
KSystemStats
Commits
f8523a92
Commit
f8523a92
authored
Aug 20, 2021
by
David Edmundson
Committed by
Nate Graham
Aug 20, 2021
Browse files
Fix handling of IPV6 addresses
A copy and paste mistake
BUG: 436296
(cherry picked from commit
c702da68
)
parent
a82c5153
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/network/NetworkManagerBackend.cpp
View file @
f8523a92
...
...
@@ -147,7 +147,7 @@ void NetworkManagerDevice::update()
if
(
m_device
->
ipV6Config
().
isValid
())
{
m_ipv6Sensor
->
setValue
(
m_device
->
ipV6Config
().
addresses
().
at
(
0
).
ip
().
toString
());
}
else
{
m_ipv
4
Sensor
->
setValue
(
QString
{});
m_ipv
6
Sensor
->
setValue
(
QString
{});
}
}
...
...
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