aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/systeminfo
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2019-06-17 16:56:09 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2019-06-17 13:57:31 +0000
commit59d32748c5268073a3819f55fe4ce08a1e3f1402 (patch)
tree1f19e7757e3d02d676a9666be5a1fbbd8c762170 /plugins/systeminfo
parent03492ed2666ecb5dd87513292de323eb4e04f9dc (diff)
Clean up comments
Change-Id: If91a7036cbb8b072e516adbb5e2de2eb3115f18a Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'plugins/systeminfo')
-rw-r--r--plugins/systeminfo/systeminfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/systeminfo/systeminfo.cpp b/plugins/systeminfo/systeminfo.cpp
index a52699a2..9e92a671 100644
--- a/plugins/systeminfo/systeminfo.cpp
+++ b/plugins/systeminfo/systeminfo.cpp
@@ -100,8 +100,6 @@ void SystemInfo::getAddress()
emit addressListChanged();
}
- // WARNING: there is a dirty hack here...
- // such tests should be made by system calls
// Here we suppose that if there is any physical connection, then device is connected
updateConnectedStatus(!m_addressList.isEmpty());
}