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.cpp | |
| parent | ed15eba453b7ddd0f4962c2d381fe40751973131 (diff) | |
| download | null-browser-23b8c2c0da0317562925d574e774cedb6a93a7ac.tar.gz null-browser-23b8c2c0da0317562925d574e774cedb6a93a7ac.zip | |
Replace fetchers with fetch methods on router
Diffstat (limited to 'src/widgets/WebViewStack.cpp')
| -rw-r--r-- | src/widgets/WebViewStack.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/WebViewStack.cpp b/src/widgets/WebViewStack.cpp index 6265855..5ec6364 100644 --- a/src/widgets/WebViewStack.cpp +++ b/src/widgets/WebViewStack.cpp @@ -8,6 +8,8 @@ #include "widgets/WebViewStack.hpp" +static WebViewId next_webview_id = 1; + WebViewStack::WebViewStack(const Configuration *configuration, QWebEngineProfile *profile, QWidget *parent) : QWidget(parent), configuration(configuration), profile(profile) { |
