From 8eda8343757b2161535388387b0525e0fd56f569 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 4 Apr 2025 18:47:15 +0530 Subject: Open new window on new window/dialog request --- src/WindowActionRouter.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/WindowActionRouter.hpp') diff --git a/src/WindowActionRouter.hpp b/src/WindowActionRouter.hpp index 62aa65d..67bc681 100644 --- a/src/WindowActionRouter.hpp +++ b/src/WindowActionRouter.hpp @@ -46,9 +46,13 @@ protected: void add_keymap(const QString &mode_string, const QString &keyseq, std::function action); +signals: + void new_window_requested(const QUrl &url); + private: WindowMap window_map; uint64_t last_id = 1; + Configuration *configuration; std::mutex events_mutex; std::unordered_map> events; -- cgit v1.3.1