diff options
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/WebViewStack.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/WebViewStack.hpp b/src/widgets/WebViewStack.hpp index cee0593..a5c4d4c 100644 --- a/src/widgets/WebViewStack.hpp +++ b/src/widgets/WebViewStack.hpp @@ -28,6 +28,8 @@ class WebViewStack : public QWidget { Q_OBJECT public: + static WebViewId next_webview_id; + WebViewStack(const Configuration *configuration, QWebEngineProfile *profile = new QWebEngineProfile, QWidget *parent = nullptr); |
