diff options
Diffstat (limited to '')
| -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 {}; |
