aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
commit657e13760365aad3ab358b237060bf2356fc4a80 (patch)
tree339d530885a32fade0b9c4f77a9683111b00796c /src/webengine/webview.h
parentPlugin commands no longer require --command (diff)
downloadsmolbote-657e13760365aad3ab358b237060bf2356fc4a80.tar.xz
clang-format pass
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);