From 51be15cd7c9f39276f27d416356744041e62c22c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Jul 2025 17:03:32 +0530 Subject: Add edge decoration widgets --- src/widgets/BrowserWindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/BrowserWindow.hpp') diff --git a/src/widgets/BrowserWindow.hpp b/src/widgets/BrowserWindow.hpp index 6c49006..7dc6ee4 100644 --- a/src/widgets/BrowserWindow.hpp +++ b/src/widgets/BrowserWindow.hpp @@ -4,6 +4,7 @@ #include "Configuration.hpp" #include "utils.hpp" +#include "widgets/Decorations.hpp" #include "widgets/WebViewStack.hpp" using WindowId = qsizetype; @@ -47,6 +48,7 @@ signals: private: const Configuration &configuration; WebViewStack *webview_stack; + Decorations *decorations; WindowId win_id = -1; }; -- cgit v1.3.1