]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/connect.hpp
Fix a few #include guard inconsistencies.
[pulseview.git] / pv / dialogs / connect.hpp
index 914c58783ee3693b87ed6b7c2a3232c0eb119a62..fe158740760c2e3964350b9990a95146ec81f86a 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef PULSEVIEW_PV_CONNECT_HPP
-#define PULSEVIEW_PV_CONNECT_HPP
+#ifndef PULSEVIEW_PV_DIALOGS_CONNECT_HPP
+#define PULSEVIEW_PV_DIALOGS_CONNECT_HPP
 
 #include <memory>
 
@@ -89,7 +89,8 @@ private:
 
        QComboBox drivers_;
 
-       QComboBox serial_devices_;
+       QWidget *serial_config_;
+       QComboBox serial_devices_, serial_baudrate_;
 
        QWidget *tcp_config_;
        QLineEdit *tcp_host_;
@@ -105,4 +106,4 @@ private:
 } // namespace dialogs
 } // namespace pv
 
-#endif // PULSEVIEW_PV_CONNECT_HPP
+#endif // PULSEVIEW_PV_DIALOGS_CONNECT_HPP