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 eb518f35..947bb1df 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -133,6 +133,9 @@ public: //may contain, from config.ini. int get_max_log_size(); + // Returns the username the user may have set in config.ini. + QString get_default_username(); + //Returns the list of words in callwords.ini QStringList get_call_words(); |
