mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-31 14:39:56 +00:00
do not derive from qwidget in aggregates
This commit is contained in:
@ -40,6 +40,7 @@ public:
|
||||
explicit AWDataEngineAggregator(QObject *_parent = nullptr);
|
||||
~AWDataEngineAggregator() override;
|
||||
void disconnectSources();
|
||||
[[nodiscard]] bool isValidSensor(const KSysGuard::SensorInfo &_sensor);
|
||||
void loadSources();
|
||||
void reconnectSources(const int interval);
|
||||
|
||||
|
Reference in New Issue
Block a user