diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-10 00:20:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-10 00:20:31 +0530 |
| commit | d400369084107104f51fe217d5781c8d7bd07ff9 (patch) | |
| tree | c1e6572063a49a8c9da4d3c72355e02fb3fc187f /include/widgets/MainWindow.hpp | |
| parent | 6b1d49e607da16853d1a0f460dbe756538e4790c (diff) | |
| download | null-browser-d400369084107104f51fe217d5781c8d7bd07ff9.tar.gz null-browser-d400369084107104f51fe217d5781c8d7bd07ff9.zip | |
Add dumb command parser
Diffstat (limited to 'include/widgets/MainWindow.hpp')
| -rw-r--r-- | include/widgets/MainWindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/widgets/MainWindow.hpp b/include/widgets/MainWindow.hpp index 15e2889..7f54ce2 100644 --- a/include/widgets/MainWindow.hpp +++ b/include/widgets/MainWindow.hpp @@ -2,6 +2,7 @@ #include <QMainWindow> #include <QObject> +#include <QStackedLayout> #include <QWebEngineView> #include "LuaRuntime.hpp" @@ -23,4 +24,5 @@ private: BrowserManager *browserManager; CommandInput *commandInput; LuaRuntime *luaRuntime; + QStackedLayout *layout; }; |
