diff options
author | Lars Knoll <lars.knoll@qt.io> | 2016-06-02 15:57:46 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2016-07-03 07:56:17 +0000 |
commit | 8af681c10744ca53bc1402dfa5ece058777aaeff (patch) | |
tree | 20647941e79aa5686044d608cb75b78130af1c52 /src/network/access/qnetworkcookiejar.h | |
parent | e8fe65205cb519de83685376d8441ffda2c1974e (diff) | |
download | qtbase-8af681c10744ca53bc1402dfa5ece058777aaeff.tar.gz |
Add qtnetworkglobal.h and qtnetworkglobal_p.h
The new modular configuration system requires one global
header per module, that is included by all other files in
this module.
That header will later on #include the configuration file
for Qt Network. For now it defines the Q_NETWORK_EXPORT
macro for this library.
Change-Id: I9c45d425baf881c431ed71fd457c7feb2c123855
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/network/access/qnetworkcookiejar.h')
-rw-r--r-- | src/network/access/qnetworkcookiejar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qnetworkcookiejar.h b/src/network/access/qnetworkcookiejar.h index d6370cbc05..f9c1549e20 100644 --- a/src/network/access/qnetworkcookiejar.h +++ b/src/network/access/qnetworkcookiejar.h @@ -40,6 +40,7 @@ #ifndef QNETWORKCOOKIEJAR_H #define QNETWORKCOOKIEJAR_H +#include <QtNetwork/qtnetworkglobal.h> #include <QtCore/QObject> #include <QtCore/QUrl> |