From b4b6a646b3a7a7f6c7e990c67f208b76f4b5f748 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 20 Apr 2025 12:57:07 +0530 Subject: Refactor + expose managing mode to inside lua --- src/widgets/WebView.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/WebView.hpp') diff --git a/src/widgets/WebView.hpp b/src/widgets/WebView.hpp index 16c039c..c861b6e 100644 --- a/src/widgets/WebView.hpp +++ b/src/widgets/WebView.hpp @@ -36,10 +36,10 @@ class WebView : public QWebEngineView { public: WebView(uint32_t webview_id, QWebEngineProfile *profile, QWidget *parent_node = nullptr); - DEFINE_GETTER(get_id, id) - void open_devtools(); + DEFINE_GETTER(get_id, id) + private: uint32_t id; -- cgit v1.3.1