diff options
| author | iamgoofball <iamgoofball@gmail.com> | 2019-02-01 16:28:14 -0800 |
|---|---|---|
| committer | iamgoofball <iamgoofball@gmail.com> | 2019-02-01 16:28:14 -0800 |
| commit | fc984fcfe2a4416274810de81a8f36fe77b0dba9 (patch) | |
| tree | 567159b15acde3b546e795c52e24520919763a99 /include/aoapplication.h | |
| parent | 0649e7b28e16a054072d8656a5046c7cc3cfefb6 (diff) | |
bugfixes and shit
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 095dafd7..19eb474e 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -323,6 +323,9 @@ public: // Same for CM. bool get_casing_cm_enabled(); + // Same for witnesses. + bool get_casing_wit_enabled(); + // Get the message for the CM for casing alerts. QString get_casing_can_host_cases(); |
