|
@@ -104,7 +104,7 @@ PwmFan::PwmFan(Hwmon *parent, uint index) : Fan(parent, index)
|
|
|
connect(this, SIGNAL(maxPwmChanged()), parent, SLOT(updateConfig()));
|
|
|
connect(this, SIGNAL(minStartChanged()), parent, SLOT(updateConfig()));
|
|
|
connect(this, SIGNAL(minStopChanged()), parent, SLOT(updateConfig()));
|
|
|
- connect(&m_testTimer, SIGNAL(timeout()), this, SLOT(continueTesting()));
|
|
|
+ connect(&m_testTimer, SIGNAL(timeout()), this, SLOT(continueTest()));
|
|
|
|
|
|
if (QDir(parent->path()).isReadable())
|
|
|
{
|