summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-07 22:09:11 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-07 22:09:11 +0300
commitb7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 (patch)
treeee27a5a1ace7e5dbc588466dc623013e4d5cea99 /src/gui/serverdialog.h
parent7d3059516fc25134d0d29b497e546f2846162399 (diff)
downloadplus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.gz
plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.bz2
plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.xz
plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.zip
Improve constructors in some classes.
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r--src/gui/serverdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h
index d493a86b9..58d942434 100644
--- a/src/gui/serverdialog.h
+++ b/src/gui/serverdialog.h
@@ -162,8 +162,9 @@ class ServerDialog : public Window,
Button *mDeleteButton;
Button *mLoadButton;
- ListBox *mServersList;
+ ServerInfos mServers;
ServersListModel *mServersListModel;
+ ListBox *mServersList;
const std::string &mDir;
@@ -186,7 +187,6 @@ class ServerDialog : public Window,
Mutex mMutex;
float mDownloadProgress;
- ServerInfos mServers;
ServerInfo *mServerInfo;
CheckBox *mPersistentIPCheckBox;
};