aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/webview.h')
-rw-r--r--src/webengine/webview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index d59847b..5ab04cd 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -34,6 +34,9 @@ public:
return m_toolsMenu;
}
+ WebProfile *profile() {
+ return m_profile;
+ }
void setPage(QWebEnginePage *page);
bool isLoaded() const;
int loadProgress() const;