summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index 790fa23f..042f95c6 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -47,6 +47,15 @@ class REKONQ_TESTS_EXPORT WebView : public KWebView
Q_OBJECT
public:
+
+ enum ContextType
+ {
+ EmptySelection = 0x00000000,
+ LinkSelection = 0x00000001,
+ ImageSelection = 0x00000010,
+ TextSelection = 0x00000100
+ };
+
explicit WebView(QWidget *parent);
~WebView();