From c03fc45aca526f94e07b99672fb09825af86221c Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 17 Apr 2018 17:23:53 +0200 Subject: Hovering over links shows them in the status bar again --- src/webengine/webview.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/webengine/webview.h') diff --git a/src/webengine/webview.h b/src/webengine/webview.h index ab86ec2..d59847b 100644 --- a/src/webengine/webview.h +++ b/src/webengine/webview.h @@ -52,9 +52,6 @@ signals: protected: WebView *createWindow(QWebEnginePage::WebWindowType type) override; -private slots: - void handleLinkHovered(const QString &url); - private: Window *m_parentWindow = nullptr; WebProfile *m_profile = nullptr; -- cgit v1.2.1