|
|
@ -1,6 +1,6 @@ |
|
|
|
#include "selfdrive/ui/qt/offroad/developer_panel.h" |
|
|
|
#include "selfdrive/ui/qt/offroad/developer_panel.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/ssh_keys.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/ssh_keys.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/controls.h" // test-ci |
|
|
|
#include "selfdrive/ui/qt/widgets/controls.h" |
|
|
|
|
|
|
|
|
|
|
|
DeveloperPanel::DeveloperPanel(SettingsWindow *parent) : ListWidget(parent) { |
|
|
|
DeveloperPanel::DeveloperPanel(SettingsWindow *parent) : ListWidget(parent) { |
|
|
|
adbToggle = new ParamControl("AdbEnabled", tr("Enable ADB"), |
|
|
|
adbToggle = new ParamControl("AdbEnabled", tr("Enable ADB"), |
|
|
|