summaryrefslogtreecommitdiffhomepage
path: root/options/bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/bundle.cpp')
-rw-r--r--options/bundle.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/bundle.cpp b/options/bundle.cpp
index 83981ddf..cf75097c 100644
--- a/options/bundle.cpp
+++ b/options/bundle.cpp
@@ -28,6 +28,7 @@ void bundle::reload()
connector::notify_all_values();
emit reloading();
}
+ emit changed();
}
void bundle::store_kv(const QString& name, const QVariant& datum)
@@ -38,6 +39,8 @@ void bundle::store_kv(const QString& name, const QVariant& datum)
if (group_name.size())
connector::notify_values(name);
+
+ emit changed();
}
bool bundle::contains(const QString &name) const