git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21620
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
#include <qhttp.h>
#include <qbytearray.h>
+#include <qwebkitglobal.h>
+
class QWebNetworkJobPrivate;
-class QWebNetworkJob
+class QWEBKIT_EXPORT QWebNetworkJob
{
public:
QUrl url() const;
class QWebNetworkInterfacePrivate;
-class QWebNetworkInterface : public QObject
+class QWEBKIT_EXPORT QWebNetworkInterface : public QObject
{
Q_OBJECT
public:
+2007-05-21 Simon Hausmann <hausmann@kde.org>
+
+ Reviewed by Zack.
+
+ * Api/qwebnetworkinterface.h: Export the net API.
+
2007-05-21 Lars Knoll <lars@trolltech.com>
Reviewed by Zack.