Remove the useless undef for "interface".
authorXizhi Zhu <xizhi.zhu@gmail.com>
Tue, 17 Jan 2012 16:26:49 +0000 (18:26 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Jan 2012 05:22:14 +0000 (06:22 +0100)
"interface" is not used by QNetworkConfiguration.

Change-Id: I742fe179d415ab1424bfddb1f6c034fc98c55e61
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
src/network/bearer/qnetworkconfiguration.h

index 9a4d780..6f056a1 100644 (file)
 #include <QtCore/qstring.h>
 #include <QtCore/qlist.h>
 
-#if defined(Q_OS_WIN) && defined(interface)
-#undef interface
-#endif
-
 QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE