Paste P621

Masterwork From Distant Lands
ActivePublic

Authored by davidedmundson on Jul 29 2020, 3:57 PM.
diff --git a/plugins/global/ksgrd/ksgrdiface.cpp b/plugins/global/ksgrd/ksgrdiface.cpp
index 1a8e1a74..821f2627 100644
--- a/plugins/global/ksgrd/ksgrdiface.cpp
+++ b/plugins/global/ksgrd/ksgrdiface.cpp
@@ -97,6 +97,7 @@ void KSGRDIface::unsubscribe(const QString &sensorPath)
void KSGRDIface::updateMonitorsList()
{
+ m_sensorIds.clear();
KSGRD::SensorMgr->sendRequest(QStringLiteral("localhost"), QStringLiteral("monitors"), (KSGRD::SensorClient *)this, -1);
}
davidedmundson edited the content of this paste. (Show Details)Jul 29 2020, 3:57 PM
davidedmundson changed the title of this paste from untitled to Masterwork From Distant Lands.