From 50f7d0fe7891e0ad60ad845b8d727f85151159e3 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 29 May 2018 19:19:35 +0200 Subject: Profile attributes --- src/webengine/webprofile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/webengine/webprofile.h') diff --git a/src/webengine/webprofile.h b/src/webengine/webprofile.h index e11d7c5..1e3ac64 100644 --- a/src/webengine/webprofile.h +++ b/src/webengine/webprofile.h @@ -18,7 +18,6 @@ class WebProfile : public QWebEngineProfile { Q_OBJECT - //Q_PROPERTY(QString cachePath READ cachePath WRITE setCachePath) Q_PROPERTY(QString search READ search WRITE setSearch) Q_PROPERTY(QUrl homepage READ homepage WRITE setHomepage) Q_PROPERTY(QUrl newtab READ newtab WRITE setNewtab) @@ -88,6 +87,6 @@ private: }; void loadProfile(WebProfile *profile, const QString &path); -//WebProfile *saveProfile(const QString &path); +//WebProfile *saveProfile(WebProfile *profile, const QString &path); #endif // SMOLBOTE_WEBENGINEPROFILE_H -- cgit v1.2.1