diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-29 14:23:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-29 15:58:20 +0530 |
| commit | 23b8c2c0da0317562925d574e774cedb6a93a7ac (patch) | |
| tree | 0704ffda4e8f2f1b442fd9fc6b31e025b4a4521e /src/widgets/WebViewStack.hpp | |
| parent | ed15eba453b7ddd0f4962c2d381fe40751973131 (diff) | |
| download | null-browser-23b8c2c0da0317562925d574e774cedb6a93a7ac.tar.gz null-browser-23b8c2c0da0317562925d574e774cedb6a93a7ac.zip | |
Replace fetchers with fetch methods on router
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/WebViewStack.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
