From 387cf24e389854ecc97f6236fdd6acbc2486dd52 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 15 Mar 2025 19:17:03 +0530 Subject: Replaced QCompleter with custom implementation --- include/InputMediator.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/InputMediator.hpp') diff --git a/include/InputMediator.hpp b/include/InputMediator.hpp index 660d39f..98ae6d2 100644 --- a/include/InputMediator.hpp +++ b/include/InputMediator.hpp @@ -24,6 +24,7 @@ public: void showURLInput(QString url = "", OpenType openType = OpenType::OpenUrl); void showCommandInput(QString command = ""); + void showBufferInput(QString command = ""); void hideInputLine(); DELEGATE(webViewStack, openUrl, openUrl) @@ -58,3 +59,5 @@ private: }; class CommandEval : public EvaluationType {}; + +class BufferEval : public EvaluationType {}; -- cgit v1.3.1