summaryrefslogtreecommitdiff
path: root/src/gui/char_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r--src/gui/char_server.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h
index 521aa4c9..2d694ef4 100644
--- a/src/gui/char_server.h
+++ b/src/gui/char_server.h
@@ -32,13 +32,21 @@
#include "../net/network.h"
#include "gui.h"
-// The action listener for the server select dialog
+/**
+ * The action listener for the server select dialog.
+ *
+ * \ingroup GUI
+ */
class ServerSelectListener : public gcn::ActionListener {
public:
void action(const std::string& eventId);
};
-// The list model for the server list
+/**
+ * The list model for the server list.
+ *
+ * \ingroup GUI
+ */
class ServerListModel : public gcn::ListModel {
public:
int getNumberOfElements();