diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-08-04 12:20:41 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-08-04 12:20:41 (GMT) |
commit | 90d4366f1e9657b3240a872698614c7d9747f9e0 (patch) | |
tree | 243a891206d22ffb940841fd2e2303cb17bb9723 /src/network/access | |
parent | be212bf108e71ba3b5b75802b1f4de6613ba315c (diff) | |
download | Qt-90d4366f1e9657b3240a872698614c7d9747f9e0.zip Qt-90d4366f1e9657b3240a872698614c7d9747f9e0.tar.gz Qt-90d4366f1e9657b3240a872698614c7d9747f9e0.tar.bz2 |
Compile with Q_DECLARE_SCOPED_PRIVATE.
These classes were moved so they were not updated correctly when I
did the merge.
Diffstat (limited to 'src/network/access')
-rw-r--r-- | src/network/access/qnetworkcookiejar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qnetworkcookiejar.h b/src/network/access/qnetworkcookiejar.h index fae0857..269ead9 100644 --- a/src/network/access/qnetworkcookiejar.h +++ b/src/network/access/qnetworkcookiejar.h @@ -70,7 +70,7 @@ protected: void setAllCookies(const QList<QNetworkCookie> &cookieList); private: - Q_DECLARE_PRIVATE(QNetworkCookieJar) + Q_DECLARE_SCOPED_PRIVATE(QNetworkCookieJar) Q_DISABLE_COPY(QNetworkCookieJar) }; |