diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 16:18:06 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 16:18:06 +0200 |
| commit | 3cc0b8f2816fe34f8ee00dbcca31aad0902287cf (patch) | |
| tree | 9a38abb32cbe7a44012061f582d40dc0afea877f /src/lobby.h | |
| parent | 1a2036d4b624a74caf9799e843e385dc6618748f (diff) | |
Add to lobby
Diffstat (limited to 'src/lobby.h')
| -rw-r--r-- | src/lobby.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lobby.h b/src/lobby.h index 4b4d6240..8b894f4c 100644 --- a/src/lobby.h +++ b/src/lobby.h @@ -31,6 +31,9 @@ public: int get_selected_server(); int pageSelected(); +protected: + void closeEvent(QCloseEvent *event) override; + private: AOApplication *ao_app; NetworkManager *net_manager; |
