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/mainwindow/window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow/window.h') diff --git a/src/mainwindow/window.h b/src/mainwindow/window.h index 743d75f..ee9a11d 100644 --- a/src/mainwindow/window.h +++ b/src/mainwindow/window.h @@ -26,6 +26,7 @@ public: signals: void currentViewChanged(WebView *view); + void showStatusMessage(const QString &message, int timeout = 0); public slots: int addTab(WebView *view); @@ -37,6 +38,7 @@ private: TabWidget *tabWidget; QMetaObject::Connection titleConnection; + QMetaObject::Connection linkHoveredConnection; }; #endif // SMOLBOTE_WINDOW_H -- cgit v1.2.1