aboutsummaryrefslogtreecommitdiff
path: root/text_file_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'text_file_functions.cpp')
-rw-r--r--text_file_functions.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp
index f35de91c..db858cb9 100644
--- a/text_file_functions.cpp
+++ b/text_file_functions.cpp
@@ -99,6 +99,12 @@ int AOApplication::get_max_log_size()
else return f_result.toInt();
}
+QString AOApplication::get_default_username()
+{
+ QString f_result = read_config("default_username");
+ return f_result;
+}
+
QStringList AOApplication::get_call_words()
{
QStringList return_value;