aboutsummaryrefslogtreecommitdiff
path: root/lib/webengine/webviewcontextmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webengine/webviewcontextmenu.h')
-rw-r--r--lib/webengine/webviewcontextmenu.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/webengine/webviewcontextmenu.h b/lib/webengine/webviewcontextmenu.h
new file mode 100644
index 0000000..881670a
--- /dev/null
+++ b/lib/webengine/webviewcontextmenu.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of smolbote. It's copyrighted by the contributors recorded
+ * in the version control history of the file, available from its original
+ * location: https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote
+ *
+ * SPDX-License-Identifier: GPL-3.0
+ */
+
+#ifndef SMOLBOTE_WEBVIEWCONTEXTMENU_H
+#define SMOLBOTE_WEBVIEWCONTEXTMENU_H
+
+#include <QMenu>
+
+class WebView;
+class WebViewContextMenu : public QMenu
+{
+public:
+ explicit WebViewContextMenu(WebView *view);
+};
+
+#endif // SMOLBOTE_WEBVIEWCONTEXTMENU_H