QNetworkSession: make sure that "interface" isn't #defined
Depending on #include order isn't a good idea. Change-Id: Ief935e1fcc5d40ecb510fffd147c08dffe6cba2d Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
ef416e0faa
commit
8796c69480
@ -42,6 +42,11 @@
|
||||
|
||||
#include "qnetworkconfigmanager_p.h"
|
||||
|
||||
// for QNetworkSession::interface
|
||||
#ifdef interface
|
||||
# undef interface
|
||||
#endif
|
||||
|
||||
#ifndef QT_NO_BEARERMANAGEMENT
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
Loading…
x
Reference in New Issue
Block a user