aboutsummaryrefslogtreecommitdiff
path: root/include/MainWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/MainWindow.hpp')
-rw-r--r--include/MainWindow.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/MainWindow.hpp b/include/MainWindow.hpp
index 20e07c0..552aa25 100644
--- a/include/MainWindow.hpp
+++ b/include/MainWindow.hpp
@@ -14,8 +14,9 @@ protected:
void keyPressEvent(QKeyEvent *event) override;
void toggleURLInput();
void evaluateCommand(QString command);
+ void hideInput();
private:
QWebEngineView *web;
- CommandInput *urlInputUI;
+ CommandInput *commandInput;
};