diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2025-01-13 17:29:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 17:29:54 -0600 |
| commit | 91e15ef48404a7bb03fec7873e977ac451be184b (patch) | |
| tree | 5cdce8700bb1f99262e18ce55a8574e279e48630 /src/aoapplication.h | |
| parent | 2389ecfa976d53a355b1fd25ed6e2ed46aa20825 (diff) | |
| parent | 047742a729f8f4f8f4e9c85bf475f75b16f4f7b7 (diff) | |
Merge branch 'master' into cleanup
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; |
