aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webprofile.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-29 19:19:35 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-29 19:19:35 +0200
commit50f7d0fe7891e0ad60ad845b8d727f85151159e3 (patch)
treef29f20ff919194a095ecfef5ba075e354189e7cc /src/webengine/webprofile.h
parentRefactor Subwindow (diff)
downloadsmolbote-50f7d0fe7891e0ad60ad845b8d727f85151159e3.tar.xz
Profile attributes
Diffstat (limited to 'src/webengine/webprofile.h')
-rw-r--r--src/webengine/webprofile.h3
1 files changed, 1 insertions, 2 deletions
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