X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdialogs%2Fconnect.hpp;h=914c58783ee3693b87ed6b7c2a3232c0eb119a62;hp=b35f5899f502d0419f87a456d0cabe8f5485a53b;hb=521bac13ae900d74005e5d76e2c88f586ec7367a;hpb=6f925ba9d6faf1077b73c5a5808259576081716a diff --git a/pv/dialogs/connect.hpp b/pv/dialogs/connect.hpp index b35f589..914c587 100644 --- a/pv/dialogs/connect.hpp +++ b/pv/dialogs/connect.hpp @@ -29,9 +29,9 @@ #include #include #include -#include #include #include +#include #include using std::shared_ptr; @@ -94,7 +94,7 @@ private: QWidget *tcp_config_; QLineEdit *tcp_host_; QSpinBox *tcp_port_; - QCheckBox *tcp_use_vxi_; + QComboBox *tcp_protocol_; QPushButton scan_button_; QListWidget device_list_;