aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-18 21:37:52 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-18 21:37:52 +0200
commit0b70b2802e355a44e6ccbbfcabd03c0992f812e0 (patch)
tree26491a414e5711574aa3a925662b6ca78d59704f /src/webengine/webview.h
parentStyle pass (diff)
downloadsmolbote-0b70b2802e355a44e6ccbbfcabd03c0992f812e0.tar.xz
Load URL/Search page menu actions
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;