- fix bug with invalid values updates from configuration UI

* merge fan tags to temp ones for better handling
This commit is contained in:
arcan1s
2015-06-10 10:31:41 +03:00
parent 755d0b39f8
commit a391df2804
5 changed files with 23 additions and 42 deletions

View File

@ -119,7 +119,7 @@ private:
QStringList foundBars, foundKeys, keys;
QString pattern;
QMap<QString, QString> values;
QStringList diskDevices, fanDevices, hddDevices, mountDevices, networkDevices, tempDevices;
QStringList diskDevices, hddDevices, mountDevices, networkDevices, tempDevices;
};