mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
split data engine matchers to classes
This commit is contained in:
@ -46,8 +46,8 @@ public:
|
||||
return item ? item->run() : QVariantHash();
|
||||
}
|
||||
static KSysGuard::SensorInfo *makeSensorInfo(const QString &_name, QMetaType::Type _type,
|
||||
KSysGuard::Unit _unit = KSysGuard::UnitNone,
|
||||
double _min = 0, double _max = 0);
|
||||
KSysGuard::Unit _unit = KSysGuard::UnitNone, double _min = 0,
|
||||
double _max = 0);
|
||||
|
||||
signals:
|
||||
void dataReceived(const QVariantHash &);
|
||||
|
Reference in New Issue
Block a user