Skip to content

Commit 91efc19

Browse files
committed
Fix build.
1 parent 6c6ee3d commit 91efc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/Controllers/ControllerSelectorWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ControllerSelectorWidget : public QWidget, private ControllerSession::List
5252
QHBoxLayout* m_dropdowns;
5353
QWidget* m_selector = nullptr;
5454
QComboBox* interface_dropdown = nullptr;
55-
QComboBox* m_devices_dropdown = nullptr;
55+
// QComboBox* m_devices_dropdown = nullptr;
5656
QComboBox* m_controllers_dropdown = nullptr;
5757
QLabel* m_status_text = nullptr;
5858
QPushButton* m_reset_button = nullptr;

0 commit comments

Comments
 (0)