summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebengineprofile_p.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-13 13:47:07 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-24 13:21:16 +0000
commit9931c0ca3324897c34fc557962d4af808cbe2b04 (patch)
tree0793c84bb67628723f11474526b7f78269412ed3 /src/webengine/api/qquickwebengineprofile_p.h
parentdc7d93ef5364f82b5131143532b41620d57d9548 (diff)
fix revision for httpAcceptLanguage property of WebEngineProfile
Change-Id: I374d6ffa968e6cc9a3317f0c8860402da84a1b5b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/webengine/api/qquickwebengineprofile_p.h')
-rw-r--r--src/webengine/api/qquickwebengineprofile_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webengine/api/qquickwebengineprofile_p.h b/src/webengine/api/qquickwebengineprofile_p.h
index 174734fa1..72e5716d0 100644
--- a/src/webengine/api/qquickwebengineprofile_p.h
+++ b/src/webengine/api/qquickwebengineprofile_p.h
@@ -105,8 +105,8 @@ public:
int httpCacheMaximumSize() const;
void setHttpCacheMaximumSize(int maxSize);
- Q_REVISION(2) QString httpAcceptLanguage() const;
- Q_REVISION(2) void setHttpAcceptLanguage(const QString &httpAcceptLanguage);
+ Q_REVISION(1) QString httpAcceptLanguage() const;
+ Q_REVISION(1) void setHttpAcceptLanguage(const QString &httpAcceptLanguage);
static QQuickWebEngineProfile *defaultProfile();
@@ -119,7 +119,7 @@ signals:
void httpCacheTypeChanged();
void persistentCookiesPolicyChanged();
void httpCacheMaximumSizeChanged();
- Q_REVISION(2) void httpAcceptLanguageChanged();
+ Q_REVISION(1) void httpAcceptLanguageChanged();
void downloadRequested(QQuickWebEngineDownloadItem *download);
void downloadFinished(QQuickWebEngineDownloadItem *download);