aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/webviewtabbar.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-07-02 14:36:54 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-07-02 14:36:54 +0200
commitf47e32c5d0451308d5f0ff99e31397bd8ce53f73 (patch)
tree33c5ee229529878fc399c159993e2a8538f9d06c /src/widgets/webviewtabbar.h
parentConfiguration defaults file (diff)
downloadsmolbote-f47e32c5d0451308d5f0ff99e31397bd8ce53f73.tar.xz
Added homepage button
Diffstat (limited to 'src/widgets/webviewtabbar.h')
-rw-r--r--src/widgets/webviewtabbar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/widgets/webviewtabbar.h b/src/widgets/webviewtabbar.h
index 31a3ab2..4682a94 100644
--- a/src/widgets/webviewtabbar.h
+++ b/src/widgets/webviewtabbar.h
@@ -31,6 +31,13 @@ class WebViewTabBar : public QTabBar
Q_OBJECT
public:
+ enum WebActions {
+ Back = QWebEnginePage::Back,
+ Forward = QWebEnginePage::Forward,
+ Reload = QWebEnginePage::Reload,
+ Homepage
+ };
+
explicit WebViewTabBar(WebEngineProfile *profile = nullptr, QWidget *parent = 0);
~WebViewTabBar();