diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-24 09:09:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 09:09:12 -0600 |
| commit | efeaf429e79cb1ed49bb1a9b5d437e9facae1d24 (patch) | |
| tree | f49be9cf05a09adfae3d826b16738ad641f05f74 /include/aoapplication.h | |
| parent | f44f3f9fd41edd544a597c7aa810bc1574a0dc12 (diff) | |
| parent | 2eed786c776ba31e464e5929a6a0299a19897192 (diff) | |
Merge pull request #621 from AttorneyOnline/split-demo-option
Split logging option into text and demo
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 0c5359ad..957d7f6b 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -504,8 +504,11 @@ public: // Get the message for the CM for casing alerts. QString get_casing_can_host_cases(); - // Get if automatic logging is enabled - bool get_auto_logging_enabled(); + // Get if text file logging is enabled + bool get_text_logging_enabled(); + + // Get if demo logging is enabled + bool get_demo_logging_enabled(); // Get the subtheme from settings QString get_subtheme(); |
