aboutsummaryrefslogtreecommitdiff
path: root/src/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aoapplication.h')
-rw-r--r--src/aoapplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h
index 6022ca1d..ebcdab91 100644
--- a/src/aoapplication.h
+++ b/src/aoapplication.h
@@ -321,6 +321,9 @@ public:
const QString default_theme = "default"; // don't change this!!! don't do it!!!
+ // The name of the currently connected server.
+ QString server_name;
+
// The file name of the log file in base/logs.
QString log_filename;