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, 2 insertions, 1 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index 4d648d7..0717e27 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -38,7 +38,8 @@ public:
return m_toolsMenu;
}
- WebProfile *profile() {
+ WebProfile *profile()
+ {
return m_profile;
}
void setProfile(WebProfile *profile);