aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webengineprofile.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-29 14:45:12 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-29 14:45:12 +0100
commit22f2451697b0dfc0b9d87e64acd55cdb353494b1 (patch)
tree20119fe1e70b842e35648289826981bca0ffdf2e /src/webengine/webengineprofile.h
parentDownload manager fixes (diff)
downloadsmolbote-22f2451697b0dfc0b9d87e64acd55cdb353494b1.tar.xz
Off-the-record profile settings
- all profiles can load configs now - fullscreen requests are no longer ignored
Diffstat (limited to 'src/webengine/webengineprofile.h')
-rw-r--r--src/webengine/webengineprofile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h
index 54b2a56..63a97a4 100644
--- a/src/webengine/webengineprofile.h
+++ b/src/webengine/webengineprofile.h
@@ -41,4 +41,6 @@ private:
QUrl m_newtab = QUrl("about:blank");
};
+[[nodiscard]] WebEngineProfile *createProfile(const QString &name, const QString &path, QObject *parent);
+
#endif // WEBENGINEPROFILE_H