From 48b25611c94d380b40948a3de0bfab5678668e1d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 25 Mar 2009 00:47:24 +0100 Subject: Huge update. Fixed quite all of the settings troubles.. From now on, we (mainly) go on WebView bugfixing.. --- src/cookiejar.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cookiejar.cpp') diff --git a/src/cookiejar.cpp b/src/cookiejar.cpp index 958adb42..d4ecb3f2 100644 --- a/src/cookiejar.cpp +++ b/src/cookiejar.cpp @@ -43,7 +43,7 @@ static const unsigned int JAR_VERSION = 23; -QT_BEGIN_NAMESPACE + QDataStream &operator<<(QDataStream &stream, const QList &list) { stream << JAR_VERSION; @@ -82,7 +82,6 @@ QDataStream &operator>>(QDataStream &stream, QList &list) } return stream; } -QT_END_NAMESPACE CookieJar::CookieJar(QObject *parent) -- cgit v1.2.1