From 350d2bd7ccf80b91abdff154344f0ce88080a195 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 16 Mar 2025 14:39:57 +0530 Subject: Add tab selector listing and evaluation --- include/InputMediator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/InputMediator.hpp') 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 {}; -- cgit v1.3.1