summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-12 20:59:16 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-12 20:59:16 +0300
commit6b0ade8b1ba9d9364b889d93c37486a52840031e (patch)
treea01268d40327f3eef9bab5a52424e6b54559fdc6 /src/gui/windows/serverdialog.h
parent2f768a34f72560ee8b2934228f548a4909533887 (diff)
downloadplus-6b0ade8b1ba9d9364b889d93c37486a52840031e.tar.gz
plus-6b0ade8b1ba9d9364b889d93c37486a52840031e.tar.bz2
plus-6b0ade8b1ba9d9364b889d93c37486a52840031e.tar.xz
plus-6b0ade8b1ba9d9364b889d93c37486a52840031e.zip
Add server info window. For now empty.
Diffstat (limited to 'src/gui/windows/serverdialog.h')
-rw-r--r--src/gui/windows/serverdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/serverdialog.h b/src/gui/windows/serverdialog.h
index 71c74f62e..b541e7f65 100644
--- a/src/gui/windows/serverdialog.h
+++ b/src/gui/windows/serverdialog.h
@@ -135,6 +135,7 @@ class ServerDialog final : public Window,
Button *mEditEntryButton A_NONNULLPOINTER;
Button *mDeleteButton A_NONNULLPOINTER;
Button *mLoadButton A_NONNULLPOINTER;
+ Button *mInfoButton A_NONNULLPOINTER;
ServersListModel *mServersListModel A_NONNULLPOINTER;
ListBox *mServersList A_NONNULLPOINTER;