aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/webviewtabbar.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-04 16:20:09 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-04 16:20:09 +0200
commit02980eb506e2b624d539a2dfb29bbe1834dd07a0 (patch)
tree3efd42ae40652c7085bc45843c3f890c07c1aea3 /src/widgets/webviewtabbar.cpp
parentImplemented Print to PDF action (diff)
downloadsmolbote-02980eb506e2b624d539a2dfb29bbe1834dd07a0.tar.xz
Split off Bookmarks into static lib
Diffstat (limited to 'src/widgets/webviewtabbar.cpp')
-rw-r--r--src/widgets/webviewtabbar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/webviewtabbar.cpp b/src/widgets/webviewtabbar.cpp
index eb2e463..7ec7f0b 100644
--- a/src/widgets/webviewtabbar.cpp
+++ b/src/widgets/webviewtabbar.cpp
@@ -21,6 +21,8 @@
#include "webviewtabbar.h"
#include "browser.h"
#include <QAction>
+#include <QContextMenuEvent>
+#include <QMenu>
WebViewTabBar::WebViewTabBar(WebEngineProfile *profile, QWidget *parent) :
QTabBar(parent)