summaryrefslogtreecommitdiff
path: root/src/webtab/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/webview.cpp')
-rw-r--r--src/webtab/webview.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/webtab/webview.cpp b/src/webtab/webview.cpp
index 2a73b050..db87a993 100644
--- a/src/webtab/webview.cpp
+++ b/src/webtab/webview.cpp
@@ -1472,3 +1472,9 @@ void WebView::slotSpellCheckDone(const QString&)
execJScript(m_contextMenuHitResult, script);
}
}
+
+
+WebTab *WebView::parentTab()
+{
+ return m_parentTab;
+}