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);