declaration of arguments even when just passing them through.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29226
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
#include <QPainter>
#if QT_VERSION >= 0x040400
#include <QNetworkAccessManager>
+#include <QNetworkRequest>
#endif
using namespace WebCore;
+2008-01-07 Simon Hausmann <hausmann@webkit.org>
+
+ Build fix for the Windows build. MSVC wants to see the full
+ declaration of arguments even when just passing them through.
+
+ * Api/qwebpage.cpp:
+
2008-01-07 Simon Hausmann <hausmann@webkit.org>
Reviewed by Lars.