diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-27 20:19:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-27 20:19:31 +0900 |
commit | c753c65cf7616665d669ea169c875c60eab69e51 (patch) | |
tree | a0814b9cb714abec02c37ef21ff90afdd946817d /qtinterface/qt4/Qt/QtNetwork | |
parent | e9596b5b63d8c4303da0b50e63c0056899dafb27 (diff) | |
download | tqtinterface-c753c65cf7616665d669ea169c875c60eab69e51.tar.gz tqtinterface-c753c65cf7616665d669ea169c875c60eab69e51.zip |
Dropped unused code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/qt4/Qt/QtNetwork')
-rw-r--r-- | qtinterface/qt4/Qt/QtNetwork | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/qtinterface/qt4/Qt/QtNetwork b/qtinterface/qt4/Qt/QtNetwork deleted file mode 100644 index bb9e9ea..0000000 --- a/qtinterface/qt4/Qt/QtNetwork +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef QT_QTNETWORK_MODULE_H -#define QT_QTNETWORK_MODULE_H -#include <QtCore/QtCore> -#include "qabstractnetworkcache.h" -#include "qftp.h" -#include "qhttp.h" -#include "qnetworkaccessmanager.h" -#include "qnetworkcookie.h" -#include "qnetworkcookiejar.h" -#include "qnetworkdiskcache.h" -#include "qnetworkreply.h" -#include "qnetworkrequest.h" -#include "qauthenticator.h" -#include "qhostaddress.h" -#include "qhostinfo.h" -#include "qnetworkinterface.h" -#include "qnetworkproxy.h" -#include "qurlinfo.h" -#include "qabstractsocket.h" -#include "qlocalserver.h" -#include "qlocalsocket.h" -#include "qtcpserver.h" -#include "qtcpsocket.h" -#include "qudpsocket.h" -#include "qssl.h" -#include "qsslcertificate.h" -#include "qsslcipher.h" -#include "qsslconfiguration.h" -#include "qsslerror.h" -#include "qsslkey.h" -#include "qsslsocket.h" -#endif |