From 719856d2df42ca6b80c72e2042b420bcfa791348 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 May 2024 02:48:38 -0500 Subject: [PATCH] wip --- system/clearpilot/tools/qt_webview.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/clearpilot/tools/qt_webview.cc b/system/clearpilot/tools/qt_webview.cc index ecf37eb..573527b 100644 --- a/system/clearpilot/tools/qt_webview.cc +++ b/system/clearpilot/tools/qt_webview.cc @@ -20,7 +20,7 @@ class WebViewFrame : public QFrame { Q_OBJECT public: explicit WebViewFrame(QWidget *parent = nullptr) : QFrame(parent) { - QVBoxLayout *layout = new QVBoxLayout(this); + // QVBoxLayout *layout = new QVBoxLayout(this); // QWebEngineView *web_view = new QWebEngineView(); // web_view->load(QUrl("http://example.com")); // Change URL as needed // layout->addWidget(web_view);