Notify deck editor when price feature setting is changed

Ref #112
This commit is contained in:
Daenyth 2014-06-22 21:19:53 -04:00
parent 951f08dd11
commit e5d15e8dbc
5 changed files with 14 additions and 5 deletions

View file

@ -242,6 +242,7 @@ void SettingsCache::setPriceTagFeature(int _priceTagFeature)
{
priceTagFeature = _priceTagFeature;
settings->setValue("deckeditor/pricetags", priceTagFeature);
emit priceTagFeatureChanged(priceTagFeature);
}
void SettingsCache::setIgnoreUnregisteredUsers(bool _ignoreUnregisteredUsers)