diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index e4c1a1f..4a7455a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -23,7 +23,7 @@ #include <QMainWindow> #include <QToolBar> -#include <QLineEdit> +#include "widgets/urllineedit.h" #include <QWebEngineView> #include "webengine/webengineprofile.h" #include <QUrl> @@ -61,7 +61,6 @@ private slots: void handleNewWindow(const QUrl &url = QUrl("")); void handleTabChanged(QWebEngineView *view); void handleUrlChanged(); - void handleUrlUpdated(const QUrl &url); void handleTitleUpdated(const QString &title); private: @@ -75,7 +74,7 @@ private: Ui::MainWindow *ui; QToolBar *navigationToolBar, *tabToolBar; WebViewTabBar *tabBar; - QLineEdit *urlLineEdit; + UrlLineEdit *urlLineEdit; }; #endif // MAINWINDOW_H |