fetch snapshot data on subsrciption

This commit is contained in:
2026-02-04 13:09:04 +02:00
parent c73486aaf8
commit 1f1b939af4
2 changed files with 20 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ public:
[[nodiscard]] static bool isValidSensor(const KSysGuard::SensorInfo &_sensor);
void loadSources();
void registerClient(QObject *_client);
void subscribeSources(const QStringList &_sources);
void unregisterClient(QObject *_client);
signals: