Connect autoScan signal

This commit is contained in:
craig.p.drummond@gmail.com
2012-05-06 07:21:42 +00:00
parent 51b2c258d7
commit 2a4146137e

View File

@@ -191,6 +191,7 @@ void DevicePropertiesWidget::update(const QString &path, const QString &coverNam
connect(transcoderName, SIGNAL(currentIndexChanged(int)), this, SLOT(transcoderChanged()));
connect(transcoderValue, SIGNAL(valueChanged(int)), this, SLOT(checkSaveable()));
connect(useCache, SIGNAL(stateChanged(int)), this, SLOT(checkSaveable()));
connect(autoScan, SIGNAL(stateChanged(int)), this, SLOT(checkSaveable()));
modified=false;
checkSaveable();
}
@@ -271,4 +272,4 @@ Device::Options DevicePropertiesWidget::settings()
QString DevicePropertiesWidget::cover() const
{
return albumCovers->currentText()==noCoverText ? Device::constNoCover : albumCovers->currentText();
}
}