From 7eca53b51a2c7cae0b39fedb0b78205504bfd64b Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Mon, 7 May 2012 11:10:29 +0200 Subject: Doc: Modularize QtNetwork documentation. This change moves the snippets and imagesto the modularized directories. Change-Id: If14912692a7f72d7de345eaf88d9ec9752310fca Reviewed-by: Marius Storm-Olsen --- src/network/access/qnetworkdiskcache.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/network/access/qnetworkdiskcache.cpp') diff --git a/src/network/access/qnetworkdiskcache.cpp b/src/network/access/qnetworkdiskcache.cpp index bcaf81a6a0..0a1d43f70f 100644 --- a/src/network/access/qnetworkdiskcache.cpp +++ b/src/network/access/qnetworkdiskcache.cpp @@ -88,17 +88,17 @@ QT_BEGIN_NAMESPACE A network disk cache can be enabled by: - \snippet doc/src/snippets/code/src_network_access_qnetworkdiskcache.cpp 0 + \snippet code/src_network_access_qnetworkdiskcache.cpp 0 When sending requests, to control the preference of when to use the cache and when to use the network, consider the following: - \snippet doc/src/snippets/code/src_network_access_qnetworkdiskcache.cpp 1 + \snippet code/src_network_access_qnetworkdiskcache.cpp 1 To check whether the response came from the cache or from the network, the following can be applied: - \snippet doc/src/snippets/code/src_network_access_qnetworkdiskcache.cpp 2 + \snippet code/src_network_access_qnetworkdiskcache.cpp 2 */ /*! -- cgit v1.2.3