/usr/include/qt4/Qt/QtNetwork is in libqt4-dev 4:4.8.1-0ubuntu4.9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | #ifndef QT_QTNETWORK_MODULE_H
#define QT_QTNETWORK_MODULE_H
#include <QtCore/QtCore>
#include "qauthenticator.h"
#include "qhostaddress.h"
#include "qhostinfo.h"
#include "qnetworkinterface.h"
#include "qnetworkproxy.h"
#include "qurlinfo.h"
#include "qabstractnetworkcache.h"
#include "qftp.h"
#include "qhttp.h"
#include "qhttpmultipart.h"
#include "qnetworkaccessmanager.h"
#include "qnetworkcookie.h"
#include "qnetworkcookiejar.h"
#include "qnetworkdiskcache.h"
#include "qnetworkreply.h"
#include "qnetworkrequest.h"
#include "qnetworkconfigmanager.h"
#include "qnetworkconfiguration.h"
#include "qnetworksession.h"
#include "qssl.h"
#include "qsslcertificate.h"
#include "qsslcipher.h"
#include "qsslconfiguration.h"
#include "qsslerror.h"
#include "qsslkey.h"
#include "qsslsocket.h"
#include "qabstractsocket.h"
#include "qlocalserver.h"
#include "qlocalsocket.h"
#include "qtcpserver.h"
#include "qtcpsocket.h"
#include "qudpsocket.h"
#endif
|