From 23b8c2c0da0317562925d574e774cedb6a93a7ac Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 29 Mar 2025 14:23:35 +0530 Subject: Replace fetchers with fetch methods on router --- src/widgets/WebViewStack.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widgets/WebViewStack.hpp') diff --git a/src/widgets/WebViewStack.hpp b/src/widgets/WebViewStack.hpp index 03581e8..40c2184 100644 --- a/src/widgets/WebViewStack.hpp +++ b/src/widgets/WebViewStack.hpp @@ -23,8 +23,6 @@ struct WebViewData { QString title; }; -static WebViewId next_webview_id = 1; - class WebViewStack : public QWidget { Q_OBJECT -- cgit v1.3.1