qt6-bb10/src/network/access
Friedemann Kleint 278fa07045 QNetworkDiskCache: Fix deprecation warning
access\qnetworkdiskcache.cpp: In member function 'virtual qint64 QNetworkDiskCache::expire()':
access\qnetworkdiskcache.cpp:540:44: warning: 'QDateTime QFileInfo::created() const' is deprecated: Use either birthTime() or metadataChangeTime() [-Wdeprecated-declarations]
             cacheItems.insert(info.created(), path);
                                            ^

Change-Id: I5705de5cb4b490ef2bd788fb94ceac0e5b6c0d05
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2017-09-29 07:28:17 +00:00
..
http2 HTTP/2 - implement the proper 'h2c' (protocol upgrade) 2017-08-27 04:54:55 +00:00
access.pri Merge remote-tracking branch 'origin/5.9' into 5.10 2017-09-06 13:26:31 +02:00
qabstractnetworkcache.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qabstractnetworkcache.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qabstractnetworkcache_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qabstractprotocolhandler.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qabstractprotocolhandler_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qftp.cpp Convert features.ftp to QT_[REQUIRE_]CONFIG 2017-09-06 06:50:47 +00:00
qftp_p.h Convert features.ftp to QT_[REQUIRE_]CONFIG 2017-09-06 06:50:47 +00:00
qhsts.cpp Introduce QHstsStore - the permanent store for HSTS policies 2017-08-02 22:01:47 +00:00
qhsts_p.h Introduce QHstsStore - the permanent store for HSTS policies 2017-08-02 22:01:47 +00:00
qhstspolicy.cpp Doc: add missing doc for parameters 2017-04-18 14:18:36 +00:00
qhstspolicy.h QHstsPolicy: Replace bool with QFlags 2017-03-08 09:42:01 +00:00
qhstsstore.cpp Introduce QHstsStore - the permanent store for HSTS policies 2017-08-02 22:01:47 +00:00
qhstsstore_p.h Introduce QHstsStore - the permanent store for HSTS policies 2017-08-02 22:01:47 +00:00
qhttp2protocolhandler.cpp HTTP/2 protocol handler: set the redirect URL on reply 2017-09-28 14:04:28 +00:00
qhttp2protocolhandler_p.h HTTP/2 - implement the proper 'h2c' (protocol upgrade) 2017-08-27 04:54:55 +00:00
qhttpmultipart.cpp QUuid, QHttpMultipart and QHash: use QRandomGenerator 2017-06-12 06:14:46 +00:00
qhttpmultipart.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qhttpmultipart_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qhttpnetworkconnection.cpp HTTP/2 - implement the proper 'h2c' (protocol upgrade) 2017-08-27 04:54:55 +00:00
qhttpnetworkconnection_p.h HTTP/2 - implement the proper 'h2c' (protocol upgrade) 2017-08-27 04:54:55 +00:00
qhttpnetworkconnectionchannel.cpp HTTP/2 - implement the proper 'h2c' (protocol upgrade) 2017-08-27 04:54:55 +00:00
qhttpnetworkconnectionchannel_p.h HTTP/2 - implement the proper 'h2c' (protocol upgrade) 2017-08-27 04:54:55 +00:00
qhttpnetworkheader.cpp QHttpNetworkHeaderPrivate: use erase and std::remove_if with QList 2016-01-28 14:03:35 +00:00
qhttpnetworkheader_p.h HTTP/2 - implement the proper 'h2c' (protocol upgrade) 2017-08-27 04:54:55 +00:00
qhttpnetworkreply.cpp Add a way to get Content-Length when using compressed data 2016-09-06 13:56:39 +00:00
qhttpnetworkreply_p.h Add a way to get Content-Length when using compressed data 2016-09-06 13:56:39 +00:00
qhttpnetworkrequest.cpp QNAM - rename Redirect*s*Nnn to RedirectNnn 2017-02-23 20:24:17 +00:00
qhttpnetworkrequest_p.h QNAM - rename Redirect*s*Nnn to RedirectNnn 2017-02-23 20:24:17 +00:00
qhttpprotocolhandler.cpp Support C++17 fallthrough attribute 2016-08-19 18:38:53 +00:00
qhttpprotocolhandler_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qhttpthreaddelegate.cpp qhttpthreaddelegate: Fix build with -no-ssl after @70d8460fc20 2017-04-27 09:31:27 +00:00
qhttpthreaddelegate_p.h QNAM: delay SSL initialization 2017-04-26 19:00:47 +00:00
qnetworkaccessauthenticationmanager.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qnetworkaccessauthenticationmanager_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkaccessbackend.cpp Deprecate and remove the unused bearer support in QNetworkProxy 2017-07-21 18:25:42 +00:00
qnetworkaccessbackend_p.h QNetworkAccessBackend: remove unused fwd declaration 2016-08-24 04:31:07 +00:00
qnetworkaccesscache.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qnetworkaccesscache_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkaccesscachebackend.cpp Convert features.ftp to QT_[REQUIRE_]CONFIG 2017-09-06 06:50:47 +00:00
qnetworkaccesscachebackend_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkaccessdebugpipebackend.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qnetworkaccessdebugpipebackend_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkaccessfilebackend.cpp Convert features.ftp to QT_[REQUIRE_]CONFIG 2017-09-06 06:50:47 +00:00
qnetworkaccessfilebackend_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkaccessftpbackend.cpp Convert features.ftp to QT_[REQUIRE_]CONFIG 2017-09-06 06:50:47 +00:00
qnetworkaccessftpbackend_p.h Convert features.ftp to QT_[REQUIRE_]CONFIG 2017-09-06 06:50:47 +00:00
qnetworkaccessmanager.cpp Merge remote-tracking branch 'origin/5.9' into 5.10 2017-09-06 13:26:31 +02:00
qnetworkaccessmanager.h Introduce QHstsStore - the permanent store for HSTS policies 2017-08-02 22:01:47 +00:00
qnetworkaccessmanager_p.h Introduce QHstsStore - the permanent store for HSTS policies 2017-08-02 22:01:47 +00:00
qnetworkcookie.cpp Support C++17 fallthrough attribute 2016-08-19 18:38:53 +00:00
qnetworkcookie.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkcookie_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkcookiejar.cpp Unbreak a couple of configurations 2016-11-11 17:04:47 +00:00
qnetworkcookiejar.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkcookiejar_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkdiskcache.cpp QNetworkDiskCache: Fix deprecation warning 2017-09-29 07:28:17 +00:00
qnetworkdiskcache.h Convert features.networkdiskcache to QT_[REQUIRE_]CONFIG 2017-09-06 06:51:00 +00:00
qnetworkdiskcache_p.h Convert features.networkdiskcache to QT_[REQUIRE_]CONFIG 2017-09-06 06:51:00 +00:00
qnetworkfile.cpp QNetworkFile: Fix compile error with MinGW/gcc 5.1. 2016-03-08 11:26:57 +00:00
qnetworkfile_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkreply.cpp Fix some qdoc warnings for 5.10 2017-06-20 08:54:52 +00:00
qnetworkreply.h Add a user-controlled auto-redirect policy 2017-01-19 04:34:03 +00:00
qnetworkreply_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkreplydataimpl.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qnetworkreplydataimpl_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkreplyfileimpl.cpp Merge remote-tracking branch 'origin/5.7' into dev 2016-03-22 07:28:42 +01:00
qnetworkreplyfileimpl_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkreplyhttpimpl.cpp QNAM: delay SSL initialization 2017-04-26 19:00:47 +00:00
qnetworkreplyhttpimpl_p.h QNAM: delay SSL initialization 2017-04-26 19:00:47 +00:00
qnetworkreplyimpl.cpp QNetworkReply: remove double buffering 2016-05-25 18:10:07 +00:00
qnetworkreplyimpl_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qnetworkrequest.cpp Use HTTP2WasUsedAttribute for HTTP2 2017-03-29 13:54:49 +00:00
qnetworkrequest.h QNAM - rename Redirect*s*Nnn to RedirectNnn 2017-02-23 20:24:17 +00:00
qnetworkrequest_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00
qspdyprotocolhandler.cpp Merge remote-tracking branch 'origin/5.7' into dev 2016-06-17 10:53:42 +02:00
qspdyprotocolhandler_p.h Add qtnetworkglobal.h and qtnetworkglobal_p.h 2016-07-03 07:56:17 +00:00