From a6e6823da845ca14d37d8914c80185257e8c0e62 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 2 Apr 2018 15:47:01 +0200 Subject: Refactoring TabBar - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu --- src/mainwindow/widgets/searchform.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow/widgets/searchform.cpp') diff --git a/src/mainwindow/widgets/searchform.cpp b/src/mainwindow/widgets/searchform.cpp index 1afebf9..8ac1bc2 100644 --- a/src/mainwindow/widgets/searchform.cpp +++ b/src/mainwindow/widgets/searchform.cpp @@ -10,6 +10,8 @@ #include "mainwindow/mainwindow.h" #include "ui_searchform.h" #include +#include "webengine/webview.h" +#include "configuration/configuration.h" SearchForm::SearchForm(MainWindow *parentWindow, QWidget *parent) : QWidget(parent) -- cgit v1.2.1