|
|
@ -3,6 +3,8 @@ |
|
|
|
#include <cassert> |
|
|
|
#include <cassert> |
|
|
|
#include <string> |
|
|
|
#include <string> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <QDebug> |
|
|
|
|
|
|
|
|
|
|
|
#ifndef QCOM |
|
|
|
#ifndef QCOM |
|
|
|
#include "selfdrive/ui/qt/offroad/networking.h" |
|
|
|
#include "selfdrive/ui/qt/offroad/networking.h" |
|
|
|
#endif |
|
|
|
#endif |
|
|
@ -17,6 +19,7 @@ |
|
|
|
#include "selfdrive/ui/qt/widgets/controls.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/controls.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/input.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/input.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/scrollview.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/scrollview.h" |
|
|
|
|
|
|
|
#include "selfdrive/ui/qt/widgets/ssh_keys.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/toggle.h" |
|
|
|
#include "selfdrive/ui/qt/widgets/toggle.h" |
|
|
|
#include "selfdrive/ui/ui.h" |
|
|
|
#include "selfdrive/ui/ui.h" |
|
|
|
#include "selfdrive/ui/qt/util.h" |
|
|
|
#include "selfdrive/ui/qt/util.h" |
|
|
|