diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-09 19:47:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-09 19:47:50 +0530 |
| commit | 61f99089288138989cf244d174882aa5088b738b (patch) | |
| tree | ea1202b098b92e85b16e670d1c3ea1b86fcaef58 /src/widgets/CommandInput.cpp | |
| parent | 1e2302be2b47fbeb340db7482ed8476c829a7f66 (diff) | |
| download | null-browser-61f99089288138989cf244d174882aa5088b738b.tar.gz null-browser-61f99089288138989cf244d174882aa5088b738b.zip | |
Refactor directory structure
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/CommandInput.cpp (renamed from src/CommandInput.cpp) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CommandInput.cpp b/src/widgets/CommandInput.cpp index d553d19..464065a 100644 --- a/src/CommandInput.cpp +++ b/src/widgets/CommandInput.cpp @@ -4,9 +4,8 @@ #include <QVBoxLayout> #include <QWidget> #include <QWindow> -#include <iostream> -#include "CommandInput.hpp" +#include "widgets/CommandInput.hpp" CommandInput::CommandInput(QString defaultInput, QWidget *parentNode) : QWidget(parentNode) { |
