From 9f3135066dc0dbc580983b6cbd01ac1d9c9a02fa Mon Sep 17 00:00:00 2001 From: marios8543 Date: Sun, 20 Apr 2025 21:46:45 +0300 Subject: [PATCH] fix hpp --- include/f1x/openauto/autoapp/UI/MainWindow.hpp | 2 ++ 1 file changed, 2 insertions(+) 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);