summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-22 22:13:36 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-22 22:13:36 +0100
commit11835d1e0bf15dd16a0f5fe3844fafb924f0a927 (patch)
tree2e0508f473814d0d78df70eb218afaa388db0976 /src/lib/config.h
parent751409df76fc6cd6b2586e2f438c49e334dd0fdc (diff)
Reset-to-default button for KDM email text.
Suggested-by: Carsten Kurz
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index 671f53ef3..c359901a4 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -329,6 +329,8 @@ public:
changed ();
}
+ void reset_kdm_email ();
+
void set_check_for_updates (bool c) {
_check_for_updates = c;
changed ();