@@ -108,7 +108,7 @@ ActionReply Helper::action(const QVariantMap &arguments)
QProcess process;
process.start(program, arguments);
-
+
if (!process.waitForStarted(10000))
{
reply = ActionReply::HelperErrorType;
@@ -69,7 +69,6 @@ void Loader::parseHwmons()
m_hwmons.removeOne(hwmon);
emit hwmonsChanged();
hwmon->deleteLater();
- qDebug() << "delete hwmon";
}
else
hwmon->initialize();