diff options
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoapplication.h b/aoapplication.h index 08f12c62..2aa7d16c 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -138,6 +138,9 @@ public: //Returns true if discord is enabled in config.ini and false otherwise bool is_discord_enabled(); + //Returns true if reverse IC is enabled in config.ini and false otherwise + bool ic_scroll_down_enabled(); + //Returns the list of words in callwords.ini QStringList get_call_words(); |
