diff --git a/include/f1x/openauto/autoapp/UI/MainWindow.hpp b/include/f1x/openauto/autoapp/UI/MainWindow.hpp index 1d74012..db12cde 100644 --- a/include/f1x/openauto/autoapp/UI/MainWindow.hpp +++ b/include/f1x/openauto/autoapp/UI/MainWindow.hpp @@ -264,6 +264,8 @@ namespace f1x int camera_zoom; QBluetoothLocalDevice *localDevice; + QWebSocket *webSocket; + QTimer *reconnectTimer; protected: void keyPressEvent(QKeyEvent *event);