Details
-
Task
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
05a3bb55ce78d785a77bc8c8aaab2fd82b0bc0b5 (qt/qtapplicationmanager/6.2) e6d886635a59905ed58318d75702f538b5112a3b (qt/qtapplicationmanager/6.2)
Description
The following functions should be converted into regular properties:
bool setMemoryWarningThresholds(qreal lowWarning, qreal criticalWarning);
qreal memoryLowWarningThreshold() const;
qreal memoryCriticalWarningThreshold() const;
bool addIoLoadReporting(const QString &deviceName);
void removeIoLoadReporting(const QString &deviceName);
QStringList ioLoadReportingDevices() const;