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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index be4dfa4..8d320b9 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -26,7 +26,7 @@ public:
explicit WebView(WebProfile *profile = nullptr, QWidget *parent = nullptr);
~WebView() = default;
- WebProfile *profile()
+ WebProfile *profile() const
{
return m_profile;
}