wip
This commit is contained in:
5
selfdrive/ui/qt/maps/map_settings.h
Executable file → Normal file
5
selfdrive/ui/qt/maps/map_settings.h
Executable file → Normal file
@@ -66,10 +66,9 @@ private:
|
||||
std::vector<DestinationWidget *> widgets;
|
||||
|
||||
// FrogPilot variables
|
||||
bool notPrime = Params().getInt("PrimeType") == 0;
|
||||
QLabel *subtitle;
|
||||
QString ipAddress;
|
||||
WifiManager *wifi = new WifiManager(this);
|
||||
|
||||
WifiManager *wifi;
|
||||
|
||||
signals:
|
||||
void closeSettings();
|
||||
|
||||
Reference in New Issue
Block a user