aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/window.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/mainwindow/window.h
parentRemove LoadingBar (diff)
downloadsmolbote-c03fc45aca526f94e07b99672fb09825af86221c.tar.xz
Hovering over links shows them in the status bar again
Diffstat (limited to 'src/mainwindow/window.h')
-rw-r--r--src/mainwindow/window.h2
1 files changed, 2 insertions, 0 deletions
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