diff options
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h index 1386ff10..5e67fc86 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; |
