Implement Preferences::changed() signal.

This commit is contained in:
Vladimir Golovnev (Glassez) 2015-01-28 11:50:49 +03:00
parent 458b216b74
commit 8e1698d563
2 changed files with 5 additions and 1 deletions

View file

@ -165,6 +165,8 @@ void Preferences::save() {
#else
delete settings;
#endif
emit changed();
}
const QVariant Preferences::value(const QString &key, const QVariant &defaultValue) const {