summaryrefslogtreecommitdiff
path: root/src/webtab/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/webview.h')
-rw-r--r--src/webtab/webview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webtab/webview.h b/src/webtab/webview.h
index 5487a59f..ba4c0df4 100644
--- a/src/webtab/webview.h
+++ b/src/webtab/webview.h
@@ -94,8 +94,10 @@ protected:
private Q_SLOTS:
void search();
- void openLinkInNewWindow();
void openLinkInNewTab();
+ void openLinkInNewWindow();
+ void openLinkInPrivateWindow();
+
void bookmarkLink();
void spellCheck();
void spellCheckerCorrected(const QString& original, int pos, const QString& replacement);