summaryrefslogtreecommitdiffstats
path: root/src/core/profile_adapter.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-12-19 21:38:01 +0100
committerMichal Klocek <michal.klocek@qt.io>2019-01-10 14:57:41 +0000
commit0763b7c40d3490250f5bca1e0029cefba635305c (patch)
tree69ffa1d6cd8c05ef4be164048a0f620f3c74edcf /src/core/profile_adapter.h
parent4a85e3dcca015b30dff457dc41712fb6d0b437e9 (diff)
Clean up visitedLinksManagerQt construction
Remove dependency on profileAdapter. Change-Id: I362a0500413d39f2dec1d3a8bbc155df068d84ec Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/profile_adapter.h')
-rw-r--r--src/core/profile_adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/profile_adapter.h b/src/core/profile_adapter.h
index 18e15954b..40633e802 100644
--- a/src/core/profile_adapter.h
+++ b/src/core/profile_adapter.h
@@ -168,7 +168,6 @@ public:
void setHttpCacheMaxSize(int maxSize);
bool trackVisitedLinks() const;
- bool persistVisitedLinks() const;
QWebEngineUrlSchemeHandler *urlSchemeHandler(const QByteArray &scheme);
void installUrlSchemeHandler(const QByteArray &scheme, QWebEngineUrlSchemeHandler *handler);
@@ -198,6 +197,7 @@ public:
private:
void updateCustomUrlSchemeHandlers();
void resetVisitedLinksManager();
+ bool persistVisitedLinks() const;
QString m_name;
bool m_offTheRecord;