Correct usage of network-settings.h.
Four of the modified files only use functions from network-settings.h on Windows, and the other three files don't use anything from that header. Change-Id: Ifa4b0319d14367735b859e538921fa0eeeccce1a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
f6de476552
commit
cbcdb5f4cf
@ -47,7 +47,10 @@
|
||||
#include <qfileinfo.h>
|
||||
#include <qregexp.h>
|
||||
#include <qstringlist.h>
|
||||
|
||||
#if (defined(Q_OS_WIN) && !defined(Q_OS_WINCE))
|
||||
#include "../../../network-settings.h"
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#define _WIN32_WINNT 0x500
|
||||
|
@ -73,7 +73,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE)
|
||||
#include "../../../network-settings.h"
|
||||
#endif
|
||||
|
||||
#ifndef STDIN_FILENO
|
||||
#define STDIN_FILENO 0
|
||||
|
@ -63,7 +63,9 @@
|
||||
#endif
|
||||
#include <qplatformdefs.h>
|
||||
#include <qdebug.h>
|
||||
#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE)
|
||||
#include "../../../network-settings.h"
|
||||
#endif
|
||||
#include <private/qfileinfo_p.h>
|
||||
#include "../../../../shared/filesystem.h"
|
||||
|
||||
|
@ -68,8 +68,6 @@
|
||||
#include <QFileDialog>
|
||||
#include <QFileSystemModel>
|
||||
|
||||
#include "../../../network-settings.h"
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
|
@ -64,7 +64,9 @@
|
||||
#include "../../../../../src/widgets/dialogs/qfilesystemmodel_p.h"
|
||||
#include "../../../../../src/widgets/dialogs/qfiledialog_p.h"
|
||||
|
||||
#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE)
|
||||
#include "../../../network-settings.h"
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
@ -46,7 +46,6 @@
|
||||
#include <QtNetwork/qnetworkreply.h>
|
||||
#include <QtNetwork/qnetworkrequest.h>
|
||||
#include <QtNetwork/qnetworkaccessmanager.h>
|
||||
#include "../../auto/network-settings.h"
|
||||
|
||||
class tst_qhttpnetworkconnection : public QObject
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
#include <QtNetwork/qnetworkreply.h>
|
||||
#include <QtNetwork/qnetworkrequest.h>
|
||||
#include <QtNetwork/qnetworkaccessmanager.h>
|
||||
#include "../../auto/network-settings.h"
|
||||
#include <QtNetwork>
|
||||
#include <QDebug>
|
||||
#include <private/qabstractsocketengine_p.h>
|
||||
|
Loading…
Reference in New Issue
Block a user