diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-14 15:22:32 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-14 15:22:32 +0000 |
commit | 0dd8bc994b172f65d96e11e50e51643c24111907 (patch) | |
tree | 0eb6f2d51842b9a448a5f684508cb43cb6a4849f /src/gui/char_server.h | |
parent | f0af955173deacbb11c6eda1766498cd781aa2e5 (diff) | |
download | mana-0dd8bc994b172f65d96e11e50e51643c24111907.tar.gz mana-0dd8bc994b172f65d96e11e50e51643c24111907.tar.bz2 mana-0dd8bc994b172f65d96e11e50e51643c24111907.tar.xz mana-0dd8bc994b172f65d96e11e50e51643c24111907.zip |
Mainly separating core GUI classes from game interface.
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r-- | src/gui/char_server.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h index 59ba6c69..b6fd9f27 100644 --- a/src/gui/char_server.h +++ b/src/gui/char_server.h @@ -32,8 +32,6 @@ /** * The list model for the server list. - * - * \ingroup GUI */ class ServerListModel : public gcn::ListModel { public: @@ -44,7 +42,7 @@ class ServerListModel : public gcn::ListModel { /** * The server select dialog. * - * \ingroup GUI + * \ingroup Interface */ class ServerSelectDialog : public Window, public gcn::ActionListener { public: |