aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webengineprofile.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-06-04 16:59:06 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-06-04 16:59:06 +0200
commitf5c858d477db5fc9d725b502e7f59d622fab380d (patch)
tree18f09b3931c9c2abc14c5fd00ac9d2c58e72bfb7 /src/webengine/webengineprofile.h
parentBrowser class refactoring (diff)
downloadsmolbote-f5c858d477db5fc9d725b502e7f59d622fab380d.tar.xz
Proper Profile loading
Diffstat (limited to 'src/webengine/webengineprofile.h')
-rw-r--r--src/webengine/webengineprofile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h
index 9a7be22..f13b266 100644
--- a/src/webengine/webengineprofile.h
+++ b/src/webengine/webengineprofile.h
@@ -29,7 +29,7 @@ class WebEngineProfile : public QWebEngineProfile
Q_OBJECT
public:
explicit WebEngineProfile(QObject *parent = Q_NULLPTR);
- WebEngineProfile(const QString &storageName, QObject *parent = Q_NULLPTR);
+ explicit WebEngineProfile(const QString &name, const QString &path, QObject *parent = Q_NULLPTR);
~WebEngineProfile();