diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-27 13:08:20 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-28 19:39:52 +0530 |
| commit | 46a7fee95a010f20490d7f66f0c2c82ed936ca5e (patch) | |
| tree | 9afcbacfb0cdc22f44fb1c61f196347a391e5bd5 /src/InputMediator.hpp | |
| parent | a54f6ae81b54ca59bf913bba16f271a35ca08d9d (diff) | |
| download | null-browser-46a7fee95a010f20490d7f66f0c2c82ed936ca5e.tar.gz null-browser-46a7fee95a010f20490d7f66f0c2c82ed936ca5e.zip | |
Refactor and fix tab id use for focus/close
Diffstat (limited to '')
| -rw-r--r-- | src/InputMediator.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/InputMediator.hpp b/src/InputMediator.hpp index d1dc122..63c7a76 100644 --- a/src/InputMediator.hpp +++ b/src/InputMediator.hpp @@ -16,12 +16,9 @@ public: KeymapEvaluator *keymap_evaluator); ~InputMediator() override; - // DELEGATE(webview_stack, open_url, open_url) - // DELEGATE(webview_stack, current_url, current_url) - // DELEGATE(webview_stack, close_current, close_current_webview) DELEGATE(keymap_evaluator, evaluate, evaluate_keymap) -protected: +protected slots: void add_keymap(const QString &mode_string, const QString &keyseq, std::function<void()> action); |
