aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webengineprofile.h
diff options
context:
space:
mode:
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();