diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-07-26 11:59:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-07-26 11:59:38 +0530 |
| commit | 2078c60477842d7cf6991148e23979565737a8b5 (patch) | |
| tree | 980e2aea150e85c6b87f2b521fce1006486244d8 /src/events/UrlChangedEvent.hpp | |
| parent | 68448538172663279919b29dd09b5faa51e0628a (diff) | |
| download | null-browser-2078c60477842d7cf6991148e23979565737a8b5.tar.gz null-browser-2078c60477842d7cf6991148e23979565737a8b5.zip | |
Refactor heavy + extras.tabline module (incomplete)
Diffstat (limited to '')
| -rw-r--r-- | src/events/UrlChangedEvent.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/UrlChangedEvent.hpp b/src/events/UrlChangedEvent.hpp index ec3980b..29547f2 100644 --- a/src/events/UrlChangedEvent.hpp +++ b/src/events/UrlChangedEvent.hpp @@ -3,9 +3,9 @@ #include <QtCore> #include <lua.hpp> +#include "WebViewData.hpp" #include "events/Event.hpp" #include "widgets/BrowserWindow.hpp" -#include "widgets/WebViewStack.hpp" class UrlChangedEvent : public Event { public: |
