From f5c858d477db5fc9d725b502e7f59d622fab380d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 4 Jun 2017 16:59:06 +0200 Subject: Proper Profile loading --- src/webengine/webengineprofile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webengine/webengineprofile.h') 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(); -- cgit v1.2.1