diff options
Diffstat (limited to 'src/gui/ConnectWindow.cpp')
-rw-r--r-- | src/gui/ConnectWindow.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index 42bfcd92..4bd2ffef 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -48,6 +48,19 @@ ConnectWindow::ConnectWindow(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& xml) : Dialog(cobject) , _xml(xml) + , _icon(NULL) + , _progress_bar(NULL) + , _progress_label(NULL) + , _url_entry(NULL) + , _server_radio(NULL) + , _port_spinbutton(NULL) + , _launch_radio(NULL) + , _internal_radio(NULL) + , _activate_button(NULL) + , _deactivate_button(NULL) + , _disconnect_button(NULL) + , _connect_button(NULL) + , _quit_button(NULL) , _mode(CONNECT_REMOTE) , _ping_id(-1) , _attached(false) |