aboutsummaryrefslogtreecommitdiff
path: root/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'aoapplication.h')
-rw-r--r--aoapplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/aoapplication.h b/aoapplication.h
index fa57ad80..448a843f 100644
--- a/aoapplication.h
+++ b/aoapplication.h
@@ -146,6 +146,9 @@ public:
//Reads the theme from config.ini and loads it into the current_theme variable
QString read_theme();
+ //Returns the value of ooc_name in config.ini
+ QString get_ooc_name();
+
//Returns the blip rate from config.ini
int read_blip_rate();