aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a9446be..e217c1f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -31,6 +31,7 @@
#include "forms/downloaddialog.h"
#include "webengine/urlinterceptor.h"
#include "forms/blockerdialog.h"
+#include "widgets/loadingbar.h"
namespace Ui {
class MainWindow;
@@ -59,7 +60,7 @@ private slots:
void execProfileEditor();
void handleNewWindow(const QUrl &url = QUrl(""));
- void handleTabChanged(QWebEngineView *view);
+ void handleTabChanged(WebView *view);
void handleUrlChanged();
void handleTitleUpdated(const QString &title);
@@ -75,6 +76,7 @@ private:
QToolBar *navigationToolBar, *tabToolBar;
WebViewTabBar *tabBar;
UrlLineEdit *urlLineEdit;
+ LoadingBar *progressBar;
};
#endif // MAINWINDOW_H