aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 12:32:34 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 12:32:34 +0200
commit7665ed207b67eeebde62d243c96f12054e884a4d (patch)
tree4108cc6a5c9cd19aa723af129255095024753ba7 /src/webengine/webview.h
parentShow profile name in window title (diff)
downloadsmolbote-7665ed207b67eeebde62d243c96f12054e884a4d.tar.xz
Show view profile instead of window profile in title
Diffstat (limited to 'src/webengine/webview.h')
-rw-r--r--src/webengine/webview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index 78ea80d..378296e 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -41,6 +41,7 @@ public:
WebProfile *profile() {
return m_profile;
}
+ void setProfile(WebProfile *profile);
bool isLoaded() const;