diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-16 14:39:57 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-16 14:39:57 +0530 |
| commit | 350d2bd7ccf80b91abdff154344f0ce88080a195 (patch) | |
| tree | deaee10aeec4594f02daa314c843a438f2346337 /include/InputMediator.hpp | |
| parent | 5a2a6aef3703d6aaaee24d9436da9e60ffcae769 (diff) | |
| download | null-browser-350d2bd7ccf80b91abdff154344f0ce88080a195.tar.gz null-browser-350d2bd7ccf80b91abdff154344f0ce88080a195.zip | |
Add tab selector listing and evaluation
Diffstat (limited to 'include/InputMediator.hpp')
| -rw-r--r-- | include/InputMediator.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/InputMediator.hpp b/include/InputMediator.hpp index 98ae6d2..0ae70ce 100644 --- a/include/InputMediator.hpp +++ b/include/InputMediator.hpp @@ -24,7 +24,7 @@ public: void showURLInput(QString url = "", OpenType openType = OpenType::OpenUrl); void showCommandInput(QString command = ""); - void showBufferInput(QString command = ""); + void showTabsInput(QString command = ""); void hideInputLine(); DELEGATE(webViewStack, openUrl, openUrl) @@ -60,4 +60,4 @@ private: class CommandEval : public EvaluationType {}; -class BufferEval : public EvaluationType {}; +class TabsEval : public EvaluationType {}; |
