aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-17 17:23:53 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-17 17:23:53 +0200
commitc03fc45aca526f94e07b99672fb09825af86221c (patch)
tree302cd9f6cc8d7a8026aedfda326debf1ea48b6a4 /src/webengine/webview.h
parentRemove LoadingBar (diff)
downloadsmolbote-c03fc45aca526f94e07b99672fb09825af86221c.tar.xz
Hovering over links shows them in the status bar again
Diffstat (limited to 'src/webengine/webview.h')
-rw-r--r--src/webengine/webview.h3
1 files changed, 0 insertions, 3 deletions
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;