From 971854bfefad4c644ac3d5f5d6003f24d551bf1d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 10 Mar 2025 22:04:24 +0530 Subject: Add completer + simplify command parsing + class generator --- include/widgets/CommandInput.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/widgets/CommandInput.hpp') diff --git a/include/widgets/CommandInput.hpp b/include/widgets/CommandInput.hpp index a6ca0ed..3ce9500 100644 --- a/include/widgets/CommandInput.hpp +++ b/include/widgets/CommandInput.hpp @@ -1,8 +1,9 @@ #pragma once #include -#include #include +#include +#include class CommandInput : public QWidget { Q_OBJECT -- cgit v1.3.1